aws-sdk-chimesdkmediapipelines 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f4a3acc666058da021b1ae865853e231bf20a6ed1da862a54bc0bb113c875ca
4
- data.tar.gz: 03fe174ca2921a10f78c958f5578c76dc530f7ac3edd20e357e606a03affe295
3
+ metadata.gz: a252417d4fc97102feee2557b323c5f109b8a41e65c0741fae22c9eaf3ad742b
4
+ data.tar.gz: 9574c10d462e6b1308b1d7c372d5d264f5f55ae88fcaf0c40310cac45d9b8965
5
5
  SHA512:
6
- metadata.gz: '0091eb3df397316885df55e10cb8539dcc1ad9ae6eb133d6c94e77f16723707144f69230ebbe53bf628e69c509c07b65f432641ef4f9b3cd7242b998aa8e11be'
7
- data.tar.gz: 02f79a842b4d6149a670e443eb17eb28645b1ed3aba629bcf4e2045de966ca3bccfb30ad66e77db57c11a8bd7e4a2ff71c34e82bf47edad34f9fee54a4de0c9c
6
+ metadata.gz: b83124cf0544bf1a9853f2c61714fe8b3139933a7dd005d0661754d870ad8fe2245e53a4dac8f94826d96e9a9be9dc5305ab07dd7672ea7e762ec6b595fe20de
7
+ data.tar.gz: e51c59f2ede1435c4a336edac96144d05033092bf305ed24b5ea3680b3c67ffaae768ad7fd44678d6082b36e09061cffd184d653bca110d5e6fe5ee5b7320db6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2023-04-20)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for specifying the recording file format in an S3 recording sink configuration.
8
+
4
9
  1.4.0 (2023-03-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -814,6 +814,7 @@ module Aws::ChimeSDKMediaPipelines
814
814
  # },
815
815
  # s3_recording_sink_configuration: {
816
816
  # destination: "Arn",
817
+ # recording_file_format: "Wav", # accepts Wav, Opus
817
818
  # },
818
819
  # voice_analytics_processor_configuration: {
819
820
  # speaker_search_status: "Enabled", # accepts Enabled, Disabled
@@ -888,6 +889,7 @@ module Aws::ChimeSDKMediaPipelines
888
889
  # resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
889
890
  # resp.media_insights_pipeline_configuration.elements[0].kinesis_data_stream_sink_configuration.insights_target #=> String
890
891
  # resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.destination #=> String
892
+ # resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.recording_file_format #=> String, one of "Wav", "Opus"
891
893
  # resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.speaker_search_status #=> String, one of "Enabled", "Disabled"
892
894
  # resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.voice_tone_analysis_status #=> String, one of "Enabled", "Disabled"
893
895
  # resp.media_insights_pipeline_configuration.elements[0].lambda_function_sink_configuration.insights_target #=> String
@@ -1190,6 +1192,7 @@ module Aws::ChimeSDKMediaPipelines
1190
1192
  # resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
1191
1193
  # resp.media_insights_pipeline_configuration.elements[0].kinesis_data_stream_sink_configuration.insights_target #=> String
1192
1194
  # resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.destination #=> String
1195
+ # resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.recording_file_format #=> String, one of "Wav", "Opus"
1193
1196
  # resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.speaker_search_status #=> String, one of "Enabled", "Disabled"
1194
1197
  # resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.voice_tone_analysis_status #=> String, one of "Enabled", "Disabled"
1195
1198
  # resp.media_insights_pipeline_configuration.elements[0].lambda_function_sink_configuration.insights_target #=> String
@@ -1618,6 +1621,7 @@ module Aws::ChimeSDKMediaPipelines
1618
1621
  # },
1619
1622
  # s3_recording_sink_configuration: {
1620
1623
  # destination: "Arn",
1624
+ # recording_file_format: "Wav", # accepts Wav, Opus
1621
1625
  # },
1622
1626
  # voice_analytics_processor_configuration: {
1623
1627
  # speaker_search_status: "Enabled", # accepts Enabled, Disabled
@@ -1685,6 +1689,7 @@ module Aws::ChimeSDKMediaPipelines
1685
1689
  # resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
1686
1690
  # resp.media_insights_pipeline_configuration.elements[0].kinesis_data_stream_sink_configuration.insights_target #=> String
1687
1691
  # resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.destination #=> String
1692
+ # resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.recording_file_format #=> String, one of "Wav", "Opus"
1688
1693
  # resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.speaker_search_status #=> String, one of "Enabled", "Disabled"
1689
1694
  # resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.voice_tone_analysis_status #=> String, one of "Enabled", "Disabled"
1690
1695
  # resp.media_insights_pipeline_configuration.elements[0].lambda_function_sink_configuration.insights_target #=> String
@@ -1743,7 +1748,7 @@ module Aws::ChimeSDKMediaPipelines
1743
1748
  params: params,
1744
1749
  config: config)
1745
1750
  context[:gem_name] = 'aws-sdk-chimesdkmediapipelines'
1746
- context[:gem_version] = '1.4.0'
1751
+ context[:gem_version] = '1.5.0'
1747
1752
  Seahorse::Client::Request.new(handlers, context)
1748
1753
  end
1749
1754
 
@@ -619,6 +619,7 @@ module Aws::ChimeSDKMediaPipelines
619
619
  S3BucketSinkConfiguration.struct_class = Types::S3BucketSinkConfiguration
620
620
 
621
621
  S3RecordingSinkConfiguration.add_member(:destination, Shapes::ShapeRef.new(shape: Arn, location_name: "Destination"))
622
+ S3RecordingSinkConfiguration.add_member(:recording_file_format, Shapes::ShapeRef.new(shape: RecordingFileFormat, location_name: "RecordingFileFormat"))
622
623
  S3RecordingSinkConfiguration.struct_class = Types::S3RecordingSinkConfiguration
623
624
 
624
625
  S3RecordingSinkRuntimeConfiguration.add_member(:destination, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Destination"))
@@ -178,9 +178,9 @@ module Aws::ChimeSDKMediaPipelines
178
178
  # @return [Types::PostCallAnalyticsSettings]
179
179
  #
180
180
  # @!attribute [rw] call_analytics_stream_categories
181
- # By default, all `CategoryEvents` will be sent to the insights
182
- # target. If this parameter is specified, only included categories
183
- # will be sent to the insights target.
181
+ # By default, all `CategoryEvents` are sent to the insights target. If
182
+ # this parameter is specified, only included categories are sent to
183
+ # the insights target.
184
184
  # @return [Array<String>]
185
185
  #
186
186
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/AmazonTranscribeCallAnalyticsProcessorConfiguration AWS API Documentation
@@ -338,7 +338,8 @@ module Aws::ChimeSDKMediaPipelines
338
338
  # `CREDIT_DEBIT_EXPIRY`, `CREDIT_DEBIT_NUMBER`, `EMAIL`, `NAME`,
339
339
  # `PHONE`, `PIN`, `SSN`, or `ALL`.
340
340
  #
341
- # Length Constraints: Minimum length of 1. Maximum length of 300.
341
+ # If you leave this parameter empty, the default behavior is
342
+ # equivalent to `ALL`.
342
343
  # @return [String]
343
344
  #
344
345
  # @!attribute [rw] language_model_name
@@ -1256,12 +1257,7 @@ module Aws::ChimeSDKMediaPipelines
1256
1257
  # Data Stream sink.
1257
1258
  #
1258
1259
  # @!attribute [rw] insights_target
1259
- # The URL of the sink,
1260
- # [https://aws.amazon.com/kinesis/data-streams/][1].
1261
- #
1262
- #
1263
- #
1264
- # [1]: https://aws.amazon.com/kinesis/data-streams/
1260
+ # The ARN of the sink.
1265
1261
  # @return [String]
1266
1262
  #
1267
1263
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/KinesisDataStreamSinkConfiguration AWS API Documentation
@@ -1337,12 +1333,7 @@ module Aws::ChimeSDKMediaPipelines
1337
1333
  # function's data sink.
1338
1334
  #
1339
1335
  # @!attribute [rw] insights_target
1340
- # The URL of the sink,
1341
- # [https://aws.amazon.com/kinesis/data-streams/][1].
1342
- #
1343
- #
1344
- #
1345
- # [1]: https://aws.amazon.com/kinesis/data-streams/
1336
+ # The ARN of the sink.
1346
1337
  # @return [String]
1347
1338
  #
1348
1339
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/LambdaFunctionSinkConfiguration AWS API Documentation
@@ -2018,7 +2009,20 @@ module Aws::ChimeSDKMediaPipelines
2018
2009
  include Aws::Structure
2019
2010
  end
2020
2011
 
2021
- # The settings for a post-call voice analytics task.
2012
+ # Allows you to specify additional settings for your Call Analytics
2013
+ # post-call request, including output locations for your redacted
2014
+ # transcript, which IAM role to use, and which encryption key to use.
2015
+ #
2016
+ # `DataAccessRoleArn` and `OutputLocation` are required fields.
2017
+ #
2018
+ # `PostCallAnalyticsSettings` provides the same insights as a Call
2019
+ # Analytics post-call transcription. For more information, refer to
2020
+ # [Post-call analytics with real-time transcriptions][1] in the *Amazon
2021
+ # Transcribe Developer Guide*.
2022
+ #
2023
+ #
2024
+ #
2025
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/tca-post-call.html
2022
2026
  #
2023
2027
  # @!attribute [rw] output_location
2024
2028
  # The URL of the Amazon S3 bucket that contains the post-call data.
@@ -2040,7 +2044,7 @@ module Aws::ChimeSDKMediaPipelines
2040
2044
  # @return [String]
2041
2045
  #
2042
2046
  # @!attribute [rw] output_encryption_kms_key_id
2043
- # The ID of the KMS (Key Management System) key used to encrypt the
2047
+ # The ID of the KMS (Key Management Service) key used to encrypt the
2044
2048
  # output.
2045
2049
  # @return [String]
2046
2050
  #
@@ -2055,7 +2059,7 @@ module Aws::ChimeSDKMediaPipelines
2055
2059
  include Aws::Structure
2056
2060
  end
2057
2061
 
2058
- # Defines the configuration for a presenter only video tile.
2062
+ # Defines the configuration for a presenter-only video tile.
2059
2063
  #
2060
2064
  # @!attribute [rw] presenter_position
2061
2065
  # Defines the position of the presenter video tile. Default:
@@ -2122,7 +2126,7 @@ module Aws::ChimeSDKMediaPipelines
2122
2126
  include Aws::Structure
2123
2127
  end
2124
2128
 
2125
- # A structure the holds the settings for recording audio and video.
2129
+ # A structure that holds the settings for recording media.
2126
2130
  #
2127
2131
  # @!attribute [rw] stream_arn
2128
2132
  # The ARN of the recording stream.
@@ -2173,31 +2177,38 @@ module Aws::ChimeSDKMediaPipelines
2173
2177
  include Aws::Structure
2174
2178
  end
2175
2179
 
2176
- # The structure that holds the settings for transmitting audio and video
2177
- # to the Amazon S3 bucket.
2180
+ # The structure that holds the settings for transmitting media to the
2181
+ # Amazon S3 bucket. These values are used as defaults if
2182
+ # `S3RecordingSinkRuntimeConfiguration` is not specified.
2178
2183
  #
2179
2184
  # @!attribute [rw] destination
2180
- # The URL of the Amazon S3 bucket used as the recording sink.
2185
+ # The default URI of the Amazon S3 bucket used as the recording sink.
2186
+ # @return [String]
2187
+ #
2188
+ # @!attribute [rw] recording_file_format
2189
+ # The default file format for the media files sent to the Amazon S3
2190
+ # bucket.
2181
2191
  # @return [String]
2182
2192
  #
2183
2193
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/S3RecordingSinkConfiguration AWS API Documentation
2184
2194
  #
2185
2195
  class S3RecordingSinkConfiguration < Struct.new(
2186
- :destination)
2196
+ :destination,
2197
+ :recording_file_format)
2187
2198
  SENSITIVE = [:destination]
2188
2199
  include Aws::Structure
2189
2200
  end
2190
2201
 
2191
- # A structure that holds the settings for transmitting audio and video
2192
- # recordings to the runtime Amazon S3 bucket.
2202
+ # A structure that holds the settings for transmitting media files to
2203
+ # the Amazon S3 bucket. If specified, the settings in this structure
2204
+ # override any settings in `S3RecordingSinkConfiguration`.
2193
2205
  #
2194
2206
  # @!attribute [rw] destination
2195
- # The URL of the S3 bucket used as the runtime sink.
2207
+ # The URI of the S3 bucket used as the sink.
2196
2208
  # @return [String]
2197
2209
  #
2198
2210
  # @!attribute [rw] recording_file_format
2199
- # The file formats for the audio and video files sent to the Amazon S3
2200
- # bucket.
2211
+ # The file format for the media files sent to the Amazon S3 bucket.
2201
2212
  # @return [String]
2202
2213
  #
2203
2214
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/S3RecordingSinkRuntimeConfiguration AWS API Documentation
@@ -2303,12 +2314,7 @@ module Aws::ChimeSDKMediaPipelines
2303
2314
  # The configuration settings for the SNS topic sink.
2304
2315
  #
2305
2316
  # @!attribute [rw] insights_target
2306
- # The URL of the SNS sink,
2307
- # [https://aws.amazon.com/kinesis/data-streams/][1].
2308
- #
2309
- #
2310
- #
2311
- # [1]: https://aws.amazon.com/kinesis/data-streams/
2317
+ # The ARN of the SNS sink.
2312
2318
  # @return [String]
2313
2319
  #
2314
2320
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/SnsTopicSinkConfiguration AWS API Documentation
@@ -2334,15 +2340,10 @@ module Aws::ChimeSDKMediaPipelines
2334
2340
  include Aws::Structure
2335
2341
  end
2336
2342
 
2337
- # The URL of the SQS sink.
2343
+ # The configuration settings for the SQS sink.
2338
2344
  #
2339
2345
  # @!attribute [rw] insights_target
2340
- # The URL of the SQS sink,
2341
- # [https://aws.amazon.com/kinesis/data-streams/][1].
2342
- #
2343
- #
2344
- #
2345
- # [1]: https://aws.amazon.com/kinesis/data-streams/
2346
+ # The ARN of the SQS sink.
2346
2347
  # @return [String]
2347
2348
  #
2348
2349
  # @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/SqsQueueSinkConfiguration AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-chimesdkmediapipelines/customizations'
52
52
  # @!group service
53
53
  module Aws::ChimeSDKMediaPipelines
54
54
 
55
- GEM_VERSION = '1.4.0'
55
+ GEM_VERSION = '1.5.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chimesdkmediapipelines
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-23 00:00:00.000000000 Z
11
+ date: 2023-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core