aws-sdk-chimesdkmediapipelines 1.4.0 → 1.6.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: 1a8b670238acb8dc03bb7c8974ece89b87d6f2c24e98458d3e7edbcca74b5821
4
+ data.tar.gz: 0fb643835509a08325e642dda367cfdd6277f6a6b97ad18a5ef0bb80bc100b2a
5
5
  SHA512:
6
- metadata.gz: '0091eb3df397316885df55e10cb8539dcc1ad9ae6eb133d6c94e77f16723707144f69230ebbe53bf628e69c509c07b65f432641ef4f9b3cd7242b998aa8e11be'
7
- data.tar.gz: 02f79a842b4d6149a670e443eb17eb28645b1ed3aba629bcf4e2045de966ca3bccfb30ad66e77db57c11a8bd7e4a2ff71c34e82bf47edad34f9fee54a4de0c9c
6
+ metadata.gz: 46d805fcc52cad1cf6b830181f13528654e6ee0ebb58cf05f35941c3308d1e5b11ee72702fc8c2221c9e36e6348e1421e126c81f92f31251cc94114463d9daef
7
+ data.tar.gz: 3ef4592829f684c64b30c0b637a1b6b5e2f46fb425f40d3907c601c92989e3855b2eac7d58c6abc39bca9b3f08bbc48958643751a8c7270af1952c1b573f6040
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.5.0 (2023-04-20)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for specifying the recording file format in an S3 recording sink configuration.
13
+
4
14
  1.4.0 (2023-03-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.6.0
@@ -275,6 +275,11 @@ module Aws::ChimeSDKMediaPipelines
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -814,6 +819,7 @@ module Aws::ChimeSDKMediaPipelines
814
819
  # },
815
820
  # s3_recording_sink_configuration: {
816
821
  # destination: "Arn",
822
+ # recording_file_format: "Wav", # accepts Wav, Opus
817
823
  # },
818
824
  # voice_analytics_processor_configuration: {
819
825
  # speaker_search_status: "Enabled", # accepts Enabled, Disabled
@@ -888,6 +894,7 @@ module Aws::ChimeSDKMediaPipelines
888
894
  # resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
889
895
  # resp.media_insights_pipeline_configuration.elements[0].kinesis_data_stream_sink_configuration.insights_target #=> String
890
896
  # resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.destination #=> String
897
+ # resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.recording_file_format #=> String, one of "Wav", "Opus"
891
898
  # resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.speaker_search_status #=> String, one of "Enabled", "Disabled"
892
899
  # resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.voice_tone_analysis_status #=> String, one of "Enabled", "Disabled"
893
900
  # resp.media_insights_pipeline_configuration.elements[0].lambda_function_sink_configuration.insights_target #=> String
@@ -1190,6 +1197,7 @@ module Aws::ChimeSDKMediaPipelines
1190
1197
  # resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
1191
1198
  # resp.media_insights_pipeline_configuration.elements[0].kinesis_data_stream_sink_configuration.insights_target #=> String
1192
1199
  # resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.destination #=> String
1200
+ # resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.recording_file_format #=> String, one of "Wav", "Opus"
1193
1201
  # resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.speaker_search_status #=> String, one of "Enabled", "Disabled"
1194
1202
  # resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.voice_tone_analysis_status #=> String, one of "Enabled", "Disabled"
1195
1203
  # resp.media_insights_pipeline_configuration.elements[0].lambda_function_sink_configuration.insights_target #=> String
@@ -1618,6 +1626,7 @@ module Aws::ChimeSDKMediaPipelines
1618
1626
  # },
1619
1627
  # s3_recording_sink_configuration: {
1620
1628
  # destination: "Arn",
1629
+ # recording_file_format: "Wav", # accepts Wav, Opus
1621
1630
  # },
1622
1631
  # voice_analytics_processor_configuration: {
1623
1632
  # speaker_search_status: "Enabled", # accepts Enabled, Disabled
@@ -1685,6 +1694,7 @@ module Aws::ChimeSDKMediaPipelines
1685
1694
  # resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
1686
1695
  # resp.media_insights_pipeline_configuration.elements[0].kinesis_data_stream_sink_configuration.insights_target #=> String
1687
1696
  # resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.destination #=> String
1697
+ # resp.media_insights_pipeline_configuration.elements[0].s3_recording_sink_configuration.recording_file_format #=> String, one of "Wav", "Opus"
1688
1698
  # resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.speaker_search_status #=> String, one of "Enabled", "Disabled"
1689
1699
  # resp.media_insights_pipeline_configuration.elements[0].voice_analytics_processor_configuration.voice_tone_analysis_status #=> String, one of "Enabled", "Disabled"
1690
1700
  # resp.media_insights_pipeline_configuration.elements[0].lambda_function_sink_configuration.insights_target #=> String
@@ -1743,7 +1753,7 @@ module Aws::ChimeSDKMediaPipelines
1743
1753
  params: params,
1744
1754
  config: config)
1745
1755
  context[:gem_name] = 'aws-sdk-chimesdkmediapipelines'
1746
- context[:gem_version] = '1.4.0'
1756
+ context[:gem_version] = '1.6.0'
1747
1757
  Seahorse::Client::Request.new(handlers, context)
1748
1758
  end
1749
1759
 
@@ -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.6.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.6.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-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement