aws-sdk-chimesdkmediapipelines 1.22.0 → 1.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chimesdkmediapipelines/client.rb +45 -10
- data/lib/aws-sdk-chimesdkmediapipelines/client_api.rb +3 -0
- data/lib/aws-sdk-chimesdkmediapipelines/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-chimesdkmediapipelines/types.rb +57 -9
- data/lib/aws-sdk-chimesdkmediapipelines.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/types.rbs +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a26fd12dcb9c845bf54ef861afc88adfde6d58831e06dda131384546d463c211
|
4
|
+
data.tar.gz: beea78aa9c8978157488ba91788d62bde26e63ad1dc43ee52583c64fbd77599f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c269a18f680089e01d2ec760dced2af6188b4864f771ba320378006c0298db5996dc75a4ac61f5728bb869b28e210c3f594705c48d1781bbc7a2b01ba3db6edf
|
7
|
+
data.tar.gz: 49dfb97c6502e97dacea58664059f039f0ec3153156400c13bd228dc990280dce5faad27b126a35f5995fcc29f6f4fdc8cc196a2bba7a51e3b715464b695de25
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.24.0 (2024-06-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics
|
8
|
+
|
9
|
+
1.23.0 (2024-06-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.22.0 (2024-06-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.24.0
|
@@ -898,6 +898,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
898
898
|
# language_model_name: "ModelName",
|
899
899
|
# filter_partial_results: false,
|
900
900
|
# identify_language: false,
|
901
|
+
# identify_multiple_languages: false,
|
901
902
|
# language_options: "LanguageOptions",
|
902
903
|
# preferred_language: "en-US", # accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR
|
903
904
|
# vocabulary_names: "VocabularyNames",
|
@@ -985,6 +986,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
985
986
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_model_name #=> String
|
986
987
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
|
987
988
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.identify_language #=> Boolean
|
989
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.identify_multiple_languages #=> Boolean
|
988
990
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_options #=> String
|
989
991
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.preferred_language #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR"
|
990
992
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_names #=> String
|
@@ -1150,13 +1152,40 @@ module Aws::ChimeSDKMediaPipelines
|
|
1150
1152
|
req.send_request(options)
|
1151
1153
|
end
|
1152
1154
|
|
1153
|
-
# Creates an Kinesis
|
1155
|
+
# Creates an Amazon Kinesis Video Stream pool for use with media stream
|
1156
|
+
# pipelines.
|
1157
|
+
#
|
1158
|
+
# <note markdown="1"> If a meeting uses an opt-in Region as its [MediaRegion][1], the KVS
|
1159
|
+
# stream must be in that same Region. For example, if a meeting uses the
|
1160
|
+
# `af-south-1` Region, the KVS stream must also be in `af-south-1`.
|
1161
|
+
# However, if the meeting uses a Region that AWS turns on by default,
|
1162
|
+
# the KVS stream can be in any available Region, including an opt-in
|
1163
|
+
# Region. For example, if the meeting uses `ca-central-1`, the KVS
|
1164
|
+
# stream can be in `eu-west-2`, `us-east-1`, `af-south-1`, or any other
|
1165
|
+
# Region that the Amazon Chime SDK supports.
|
1166
|
+
#
|
1167
|
+
# To learn which AWS Region a meeting uses, call the [GetMeeting][2] API
|
1168
|
+
# and use the [MediaRegion][1] parameter from the response.
|
1169
|
+
#
|
1170
|
+
# For more information about opt-in Regions, refer to [Available
|
1171
|
+
# Regions][3] in the *Amazon Chime SDK Developer Guide*, and [Specify
|
1172
|
+
# which AWS Regions your account can use][4], in the *AWS Account
|
1173
|
+
# Management Reference Guide*.
|
1174
|
+
#
|
1175
|
+
# </note>
|
1176
|
+
#
|
1177
|
+
#
|
1178
|
+
#
|
1179
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion
|
1180
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_GetMeeting.html
|
1181
|
+
# [3]: https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html
|
1182
|
+
# [4]: https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html#rande-manage-enable.html
|
1154
1183
|
#
|
1155
1184
|
# @option params [required, Types::KinesisVideoStreamConfiguration] :stream_configuration
|
1156
|
-
# The configuration settings for the
|
1185
|
+
# The configuration settings for the stream.
|
1157
1186
|
#
|
1158
1187
|
# @option params [required, String] :pool_name
|
1159
|
-
# The name of the
|
1188
|
+
# The name of the pool.
|
1160
1189
|
#
|
1161
1190
|
# @option params [String] :client_request_token
|
1162
1191
|
# The token assigned to the client making the request.
|
@@ -1165,7 +1194,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1165
1194
|
# not need to pass this option.**
|
1166
1195
|
#
|
1167
1196
|
# @option params [Array<Types::Tag>] :tags
|
1168
|
-
# The tags assigned to the
|
1197
|
+
# The tags assigned to the stream pool.
|
1169
1198
|
#
|
1170
1199
|
# @return [Types::CreateMediaPipelineKinesisVideoStreamPoolResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1171
1200
|
#
|
@@ -1348,10 +1377,11 @@ module Aws::ChimeSDKMediaPipelines
|
|
1348
1377
|
req.send_request(options)
|
1349
1378
|
end
|
1350
1379
|
|
1351
|
-
# Deletes an Kinesis
|
1380
|
+
# Deletes an Amazon Kinesis Video Stream pool.
|
1352
1381
|
#
|
1353
1382
|
# @option params [required, String] :identifier
|
1354
|
-
# The
|
1383
|
+
# The unique identifier of the requested resource. Valid values include
|
1384
|
+
# the name and ARN of the media pipeline Kinesis Video Stream pool.
|
1355
1385
|
#
|
1356
1386
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1357
1387
|
#
|
@@ -1497,6 +1527,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1497
1527
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_model_name #=> String
|
1498
1528
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
|
1499
1529
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.identify_language #=> Boolean
|
1530
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.identify_multiple_languages #=> Boolean
|
1500
1531
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_options #=> String
|
1501
1532
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.preferred_language #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR"
|
1502
1533
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_names #=> String
|
@@ -1682,7 +1713,8 @@ module Aws::ChimeSDKMediaPipelines
|
|
1682
1713
|
# Gets an Kinesis video stream pool.
|
1683
1714
|
#
|
1684
1715
|
# @option params [required, String] :identifier
|
1685
|
-
# The
|
1716
|
+
# The unique identifier of the requested resource. Valid values include
|
1717
|
+
# the name and ARN of the media pipeline Kinesis Video Stream pool.
|
1686
1718
|
#
|
1687
1719
|
# @return [Types::GetMediaPipelineKinesisVideoStreamPoolResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1688
1720
|
#
|
@@ -2300,6 +2332,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
2300
2332
|
# language_model_name: "ModelName",
|
2301
2333
|
# filter_partial_results: false,
|
2302
2334
|
# identify_language: false,
|
2335
|
+
# identify_multiple_languages: false,
|
2303
2336
|
# language_options: "LanguageOptions",
|
2304
2337
|
# preferred_language: "en-US", # accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR
|
2305
2338
|
# vocabulary_names: "VocabularyNames",
|
@@ -2380,6 +2413,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
2380
2413
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_model_name #=> String
|
2381
2414
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
|
2382
2415
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.identify_language #=> Boolean
|
2416
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.identify_multiple_languages #=> Boolean
|
2383
2417
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_options #=> String
|
2384
2418
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.preferred_language #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR"
|
2385
2419
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_names #=> String
|
@@ -2433,10 +2467,11 @@ module Aws::ChimeSDKMediaPipelines
|
|
2433
2467
|
req.send_request(options)
|
2434
2468
|
end
|
2435
2469
|
|
2436
|
-
# Updates an Kinesis
|
2470
|
+
# Updates an Amazon Kinesis Video Stream pool in a media pipeline.
|
2437
2471
|
#
|
2438
2472
|
# @option params [required, String] :identifier
|
2439
|
-
# The
|
2473
|
+
# The unique identifier of the requested resource. Valid values include
|
2474
|
+
# the name and ARN of the media pipeline Kinesis Video Stream pool.
|
2440
2475
|
#
|
2441
2476
|
# @option params [Types::KinesisVideoStreamConfigurationUpdate] :stream_configuration
|
2442
2477
|
# The configuration settings for the video stream.
|
@@ -2488,7 +2523,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
2488
2523
|
params: params,
|
2489
2524
|
config: config)
|
2490
2525
|
context[:gem_name] = 'aws-sdk-chimesdkmediapipelines'
|
2491
|
-
context[:gem_version] = '1.
|
2526
|
+
context[:gem_version] = '1.24.0'
|
2492
2527
|
Seahorse::Client::Request.new(handlers, context)
|
2493
2528
|
end
|
2494
2529
|
|
@@ -299,6 +299,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
299
299
|
AmazonTranscribeProcessorConfiguration.add_member(:language_model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "LanguageModelName"))
|
300
300
|
AmazonTranscribeProcessorConfiguration.add_member(:filter_partial_results, Shapes::ShapeRef.new(shape: Boolean, location_name: "FilterPartialResults"))
|
301
301
|
AmazonTranscribeProcessorConfiguration.add_member(:identify_language, Shapes::ShapeRef.new(shape: Boolean, location_name: "IdentifyLanguage"))
|
302
|
+
AmazonTranscribeProcessorConfiguration.add_member(:identify_multiple_languages, Shapes::ShapeRef.new(shape: Boolean, location_name: "IdentifyMultipleLanguages"))
|
302
303
|
AmazonTranscribeProcessorConfiguration.add_member(:language_options, Shapes::ShapeRef.new(shape: LanguageOptions, location_name: "LanguageOptions"))
|
303
304
|
AmazonTranscribeProcessorConfiguration.add_member(:preferred_language, Shapes::ShapeRef.new(shape: CallAnalyticsLanguageCode, location_name: "PreferredLanguage"))
|
304
305
|
AmazonTranscribeProcessorConfiguration.add_member(:vocabulary_names, Shapes::ShapeRef.new(shape: VocabularyNames, location_name: "VocabularyNames"))
|
@@ -991,8 +992,10 @@ module Aws::ChimeSDKMediaPipelines
|
|
991
992
|
|
992
993
|
api.metadata = {
|
993
994
|
"apiVersion" => "2021-07-15",
|
995
|
+
"auth" => ["aws.auth#sigv4"],
|
994
996
|
"endpointPrefix" => "media-pipelines-chime",
|
995
997
|
"protocol" => "rest-json",
|
998
|
+
"protocols" => ["rest-json"],
|
996
999
|
"serviceFullName" => "Amazon Chime SDK Media Pipelines",
|
997
1000
|
"serviceId" => "Chime SDK Media Pipelines",
|
998
1001
|
"signatureVersion" => "v4",
|
@@ -32,7 +32,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://media-pipelines-chime-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
@@ -220,6 +220,12 @@ module Aws::ChimeSDKMediaPipelines
|
|
220
220
|
# A structure that contains the configuration settings for an Amazon
|
221
221
|
# Transcribe processor.
|
222
222
|
#
|
223
|
+
# <note markdown="1"> Calls to this API must include a `LanguageCode`, `IdentifyLanguage`,
|
224
|
+
# or `IdentifyMultipleLanguages` parameter. If you include more than one
|
225
|
+
# of those parameters, your transcription job fails.
|
226
|
+
#
|
227
|
+
# </note>
|
228
|
+
#
|
223
229
|
# @!attribute [rw] language_code
|
224
230
|
# The language code that represents the language spoken in your audio.
|
225
231
|
#
|
@@ -383,6 +389,10 @@ module Aws::ChimeSDKMediaPipelines
|
|
383
389
|
# Turns language identification on or off.
|
384
390
|
# @return [Boolean]
|
385
391
|
#
|
392
|
+
# @!attribute [rw] identify_multiple_languages
|
393
|
+
# Turns language identification on or off for multiple languages.
|
394
|
+
# @return [Boolean]
|
395
|
+
#
|
386
396
|
# @!attribute [rw] language_options
|
387
397
|
# The language options for the transcription, such as automatic
|
388
398
|
# language detection.
|
@@ -418,6 +428,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
418
428
|
:language_model_name,
|
419
429
|
:filter_partial_results,
|
420
430
|
:identify_language,
|
431
|
+
:identify_multiple_languages,
|
421
432
|
:language_options,
|
422
433
|
:preferred_language,
|
423
434
|
:vocabulary_names,
|
@@ -1048,11 +1059,11 @@ module Aws::ChimeSDKMediaPipelines
|
|
1048
1059
|
end
|
1049
1060
|
|
1050
1061
|
# @!attribute [rw] stream_configuration
|
1051
|
-
# The configuration settings for the
|
1062
|
+
# The configuration settings for the stream.
|
1052
1063
|
# @return [Types::KinesisVideoStreamConfiguration]
|
1053
1064
|
#
|
1054
1065
|
# @!attribute [rw] pool_name
|
1055
|
-
# The name of the
|
1066
|
+
# The name of the pool.
|
1056
1067
|
# @return [String]
|
1057
1068
|
#
|
1058
1069
|
# @!attribute [rw] client_request_token
|
@@ -1063,7 +1074,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1063
1074
|
# @return [String]
|
1064
1075
|
#
|
1065
1076
|
# @!attribute [rw] tags
|
1066
|
-
# The tags assigned to the
|
1077
|
+
# The tags assigned to the stream pool.
|
1067
1078
|
# @return [Array<Types::Tag>]
|
1068
1079
|
#
|
1069
1080
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaPipelineKinesisVideoStreamPoolRequest AWS API Documentation
|
@@ -1078,7 +1089,11 @@ module Aws::ChimeSDKMediaPipelines
|
|
1078
1089
|
end
|
1079
1090
|
|
1080
1091
|
# @!attribute [rw] kinesis_video_stream_pool_configuration
|
1081
|
-
# The configuration for the
|
1092
|
+
# The configuration for applying the streams to the pool.
|
1093
|
+
#
|
1094
|
+
# <note markdown="1">
|
1095
|
+
#
|
1096
|
+
# </note>
|
1082
1097
|
# @return [Types::KinesisVideoStreamPoolConfiguration]
|
1083
1098
|
#
|
1084
1099
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/CreateMediaPipelineKinesisVideoStreamPoolResponse AWS API Documentation
|
@@ -1172,7 +1187,9 @@ module Aws::ChimeSDKMediaPipelines
|
|
1172
1187
|
end
|
1173
1188
|
|
1174
1189
|
# @!attribute [rw] identifier
|
1175
|
-
# The
|
1190
|
+
# The unique identifier of the requested resource. Valid values
|
1191
|
+
# include the name and ARN of the media pipeline Kinesis Video Stream
|
1192
|
+
# pool.
|
1176
1193
|
# @return [String]
|
1177
1194
|
#
|
1178
1195
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/DeleteMediaPipelineKinesisVideoStreamPoolRequest AWS API Documentation
|
@@ -1312,7 +1329,9 @@ module Aws::ChimeSDKMediaPipelines
|
|
1312
1329
|
end
|
1313
1330
|
|
1314
1331
|
# @!attribute [rw] identifier
|
1315
|
-
# The
|
1332
|
+
# The unique identifier of the requested resource. Valid values
|
1333
|
+
# include the name and ARN of the media pipeline Kinesis Video Stream
|
1334
|
+
# pool.
|
1316
1335
|
# @return [String]
|
1317
1336
|
#
|
1318
1337
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/GetMediaPipelineKinesisVideoStreamPoolRequest AWS API Documentation
|
@@ -1551,6 +1570,32 @@ module Aws::ChimeSDKMediaPipelines
|
|
1551
1570
|
|
1552
1571
|
# The configuration of an Kinesis video stream.
|
1553
1572
|
#
|
1573
|
+
# <note markdown="1"> If a meeting uses an opt-in Region as its [MediaRegion][1], the KVS
|
1574
|
+
# stream must be in that same Region. For example, if a meeting uses the
|
1575
|
+
# `af-south-1` Region, the KVS stream must also be in `af-south-1`.
|
1576
|
+
# However, if the meeting uses a Region that AWS turns on by default,
|
1577
|
+
# the KVS stream can be in any available Region, including an opt-in
|
1578
|
+
# Region. For example, if the meeting uses `ca-central-1`, the KVS
|
1579
|
+
# stream can be in `eu-west-2`, `us-east-1`, `af-south-1`, or any other
|
1580
|
+
# Region that the Amazon Chime SDK supports.
|
1581
|
+
#
|
1582
|
+
# To learn which AWS Region a meeting uses, call the [GetMeeting][2] API
|
1583
|
+
# and use the [MediaRegion][1] parameter from the response.
|
1584
|
+
#
|
1585
|
+
# For more information about opt-in Regions, refer to [Available
|
1586
|
+
# Regions][3] in the *Amazon Chime SDK Developer Guide*, and [Specify
|
1587
|
+
# which AWS Regions your account can use][4], in the *AWS Account
|
1588
|
+
# Management Reference Guide*.
|
1589
|
+
#
|
1590
|
+
# </note>
|
1591
|
+
#
|
1592
|
+
#
|
1593
|
+
#
|
1594
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion
|
1595
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_GetMeeting.html
|
1596
|
+
# [3]: https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html
|
1597
|
+
# [4]: https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html#rande-manage-enable.html
|
1598
|
+
#
|
1554
1599
|
# @!attribute [rw] region
|
1555
1600
|
# The Amazon Web Services Region of the video stream.
|
1556
1601
|
# @return [String]
|
@@ -2499,7 +2544,8 @@ module Aws::ChimeSDKMediaPipelines
|
|
2499
2544
|
# Structure that contains the settings for a media stream sink.
|
2500
2545
|
#
|
2501
2546
|
# @!attribute [rw] sink_arn
|
2502
|
-
# The ARN of the
|
2547
|
+
# The ARN of the Kinesis Video Stream pool returned by the
|
2548
|
+
# CreateMediaPipelineKinesisVideoStreamPool API.
|
2503
2549
|
# @return [String]
|
2504
2550
|
#
|
2505
2551
|
# @!attribute [rw] sink_type
|
@@ -2532,7 +2578,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
2532
2578
|
# @return [String]
|
2533
2579
|
#
|
2534
2580
|
# @!attribute [rw] source_arn
|
2535
|
-
# The ARN of the
|
2581
|
+
# The ARN of the meeting.
|
2536
2582
|
# @return [String]
|
2537
2583
|
#
|
2538
2584
|
# @see http://docs.aws.amazon.com/goto/WebAPI/chime-sdk-media-pipelines-2021-07-15/MediaStreamSource AWS API Documentation
|
@@ -3332,7 +3378,9 @@ module Aws::ChimeSDKMediaPipelines
|
|
3332
3378
|
end
|
3333
3379
|
|
3334
3380
|
# @!attribute [rw] identifier
|
3335
|
-
# The
|
3381
|
+
# The unique identifier of the requested resource. Valid values
|
3382
|
+
# include the name and ARN of the media pipeline Kinesis Video Stream
|
3383
|
+
# pool.
|
3336
3384
|
# @return [String]
|
3337
3385
|
#
|
3338
3386
|
# @!attribute [rw] stream_configuration
|
data/sig/client.rbs
CHANGED
@@ -323,6 +323,7 @@ module Aws
|
|
323
323
|
language_model_name: ::String?,
|
324
324
|
filter_partial_results: bool?,
|
325
325
|
identify_language: bool?,
|
326
|
+
identify_multiple_languages: bool?,
|
326
327
|
language_options: ::String?,
|
327
328
|
preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
|
328
329
|
vocabulary_names: ::String?,
|
@@ -770,6 +771,7 @@ module Aws
|
|
770
771
|
language_model_name: ::String?,
|
771
772
|
filter_partial_results: bool?,
|
772
773
|
identify_language: bool?,
|
774
|
+
identify_multiple_languages: bool?,
|
773
775
|
language_options: ::String?,
|
774
776
|
preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
|
775
777
|
vocabulary_names: ::String?,
|
data/sig/types.rbs
CHANGED
@@ -44,6 +44,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
44
44
|
attr_accessor language_model_name: ::String
|
45
45
|
attr_accessor filter_partial_results: bool
|
46
46
|
attr_accessor identify_language: bool
|
47
|
+
attr_accessor identify_multiple_languages: bool
|
47
48
|
attr_accessor language_options: ::String
|
48
49
|
attr_accessor preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")
|
49
50
|
attr_accessor vocabulary_names: ::String
|
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
|
+
version: 1.24.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: 2024-06-
|
11
|
+
date: 2024-06-27 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.
|
22
|
+
version: 3.199.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.
|
32
|
+
version: 3.199.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|