aws-sdk-chimesdkmediapipelines 1.23.0 → 1.25.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chimesdkmediapipelines/client.rb +54 -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 +3 -0
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +1 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0c39624fa2c7de10f9b8b8f9f7a93885441b77b11415b21303ff4f5859d85e7
|
4
|
+
data.tar.gz: 1cbfdc1d79800edb7d568a902e5b67299a8bcd33d991c43ba6216efbadb3dddf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54011e1e2e01f2841d4bfa9a6c776f0173c4c7c95b1b890d463bd5f63ecc919e29668e48421013f44c75577588c51ada85c7097f28326d1f308ebf16aeb535db
|
7
|
+
data.tar.gz: 5b9998281bd27590c176075d888511e59b1513c7677c15a259a12b3007e4757e9e18b864f4d6d928eb545ade0716c9903311057689cac7f0a67067cea0cd9be7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.25.0 (2024-07-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.24.0 (2024-06-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* 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
|
13
|
+
|
4
14
|
1.23.0 (2024-06-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.25.0
|
@@ -312,6 +312,15 @@ module Aws::ChimeSDKMediaPipelines
|
|
312
312
|
#
|
313
313
|
# @option options [String] :session_token
|
314
314
|
#
|
315
|
+
# @option options [Array] :sigv4a_signing_region_set
|
316
|
+
# A list of regions that should be signed with SigV4a signing. When
|
317
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
318
|
+
# in the following locations:
|
319
|
+
#
|
320
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
321
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
322
|
+
# * `~/.aws/config`
|
323
|
+
#
|
315
324
|
# @option options [Boolean] :stub_responses (false)
|
316
325
|
# Causes the client to return stubbed responses. By default
|
317
326
|
# fake responses are generated and returned. You can specify
|
@@ -898,6 +907,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
898
907
|
# language_model_name: "ModelName",
|
899
908
|
# filter_partial_results: false,
|
900
909
|
# identify_language: false,
|
910
|
+
# identify_multiple_languages: false,
|
901
911
|
# language_options: "LanguageOptions",
|
902
912
|
# preferred_language: "en-US", # accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR
|
903
913
|
# vocabulary_names: "VocabularyNames",
|
@@ -985,6 +995,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
985
995
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_model_name #=> String
|
986
996
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
|
987
997
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.identify_language #=> Boolean
|
998
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.identify_multiple_languages #=> Boolean
|
988
999
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_options #=> String
|
989
1000
|
# 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
1001
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_names #=> String
|
@@ -1150,13 +1161,40 @@ module Aws::ChimeSDKMediaPipelines
|
|
1150
1161
|
req.send_request(options)
|
1151
1162
|
end
|
1152
1163
|
|
1153
|
-
# Creates an Kinesis
|
1164
|
+
# Creates an Amazon Kinesis Video Stream pool for use with media stream
|
1165
|
+
# pipelines.
|
1166
|
+
#
|
1167
|
+
# <note markdown="1"> If a meeting uses an opt-in Region as its [MediaRegion][1], the KVS
|
1168
|
+
# stream must be in that same Region. For example, if a meeting uses the
|
1169
|
+
# `af-south-1` Region, the KVS stream must also be in `af-south-1`.
|
1170
|
+
# However, if the meeting uses a Region that AWS turns on by default,
|
1171
|
+
# the KVS stream can be in any available Region, including an opt-in
|
1172
|
+
# Region. For example, if the meeting uses `ca-central-1`, the KVS
|
1173
|
+
# stream can be in `eu-west-2`, `us-east-1`, `af-south-1`, or any other
|
1174
|
+
# Region that the Amazon Chime SDK supports.
|
1175
|
+
#
|
1176
|
+
# To learn which AWS Region a meeting uses, call the [GetMeeting][2] API
|
1177
|
+
# and use the [MediaRegion][1] parameter from the response.
|
1178
|
+
#
|
1179
|
+
# For more information about opt-in Regions, refer to [Available
|
1180
|
+
# Regions][3] in the *Amazon Chime SDK Developer Guide*, and [Specify
|
1181
|
+
# which AWS Regions your account can use][4], in the *AWS Account
|
1182
|
+
# Management Reference Guide*.
|
1183
|
+
#
|
1184
|
+
# </note>
|
1185
|
+
#
|
1186
|
+
#
|
1187
|
+
#
|
1188
|
+
# [1]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_CreateMeeting.html#chimesdk-meeting-chime_CreateMeeting-request-MediaRegion
|
1189
|
+
# [2]: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_GetMeeting.html
|
1190
|
+
# [3]: https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html
|
1191
|
+
# [4]: https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html#rande-manage-enable.html
|
1154
1192
|
#
|
1155
1193
|
# @option params [required, Types::KinesisVideoStreamConfiguration] :stream_configuration
|
1156
|
-
# The configuration settings for the
|
1194
|
+
# The configuration settings for the stream.
|
1157
1195
|
#
|
1158
1196
|
# @option params [required, String] :pool_name
|
1159
|
-
# The name of the
|
1197
|
+
# The name of the pool.
|
1160
1198
|
#
|
1161
1199
|
# @option params [String] :client_request_token
|
1162
1200
|
# The token assigned to the client making the request.
|
@@ -1165,7 +1203,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1165
1203
|
# not need to pass this option.**
|
1166
1204
|
#
|
1167
1205
|
# @option params [Array<Types::Tag>] :tags
|
1168
|
-
# The tags assigned to the
|
1206
|
+
# The tags assigned to the stream pool.
|
1169
1207
|
#
|
1170
1208
|
# @return [Types::CreateMediaPipelineKinesisVideoStreamPoolResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1171
1209
|
#
|
@@ -1348,10 +1386,11 @@ module Aws::ChimeSDKMediaPipelines
|
|
1348
1386
|
req.send_request(options)
|
1349
1387
|
end
|
1350
1388
|
|
1351
|
-
# Deletes an Kinesis
|
1389
|
+
# Deletes an Amazon Kinesis Video Stream pool.
|
1352
1390
|
#
|
1353
1391
|
# @option params [required, String] :identifier
|
1354
|
-
# The
|
1392
|
+
# The unique identifier of the requested resource. Valid values include
|
1393
|
+
# the name and ARN of the media pipeline Kinesis Video Stream pool.
|
1355
1394
|
#
|
1356
1395
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1357
1396
|
#
|
@@ -1497,6 +1536,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
1497
1536
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_model_name #=> String
|
1498
1537
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
|
1499
1538
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.identify_language #=> Boolean
|
1539
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.identify_multiple_languages #=> Boolean
|
1500
1540
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_options #=> String
|
1501
1541
|
# 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
1542
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_names #=> String
|
@@ -1682,7 +1722,8 @@ module Aws::ChimeSDKMediaPipelines
|
|
1682
1722
|
# Gets an Kinesis video stream pool.
|
1683
1723
|
#
|
1684
1724
|
# @option params [required, String] :identifier
|
1685
|
-
# The
|
1725
|
+
# The unique identifier of the requested resource. Valid values include
|
1726
|
+
# the name and ARN of the media pipeline Kinesis Video Stream pool.
|
1686
1727
|
#
|
1687
1728
|
# @return [Types::GetMediaPipelineKinesisVideoStreamPoolResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1688
1729
|
#
|
@@ -2300,6 +2341,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
2300
2341
|
# language_model_name: "ModelName",
|
2301
2342
|
# filter_partial_results: false,
|
2302
2343
|
# identify_language: false,
|
2344
|
+
# identify_multiple_languages: false,
|
2303
2345
|
# language_options: "LanguageOptions",
|
2304
2346
|
# preferred_language: "en-US", # accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR
|
2305
2347
|
# vocabulary_names: "VocabularyNames",
|
@@ -2380,6 +2422,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
2380
2422
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_model_name #=> String
|
2381
2423
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.filter_partial_results #=> Boolean
|
2382
2424
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.identify_language #=> Boolean
|
2425
|
+
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.identify_multiple_languages #=> Boolean
|
2383
2426
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.language_options #=> String
|
2384
2427
|
# 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
2428
|
# resp.media_insights_pipeline_configuration.elements[0].amazon_transcribe_processor_configuration.vocabulary_names #=> String
|
@@ -2433,10 +2476,11 @@ module Aws::ChimeSDKMediaPipelines
|
|
2433
2476
|
req.send_request(options)
|
2434
2477
|
end
|
2435
2478
|
|
2436
|
-
# Updates an Kinesis
|
2479
|
+
# Updates an Amazon Kinesis Video Stream pool in a media pipeline.
|
2437
2480
|
#
|
2438
2481
|
# @option params [required, String] :identifier
|
2439
|
-
# The
|
2482
|
+
# The unique identifier of the requested resource. Valid values include
|
2483
|
+
# the name and ARN of the media pipeline Kinesis Video Stream pool.
|
2440
2484
|
#
|
2441
2485
|
# @option params [Types::KinesisVideoStreamConfigurationUpdate] :stream_configuration
|
2442
2486
|
# The configuration settings for the video stream.
|
@@ -2488,7 +2532,7 @@ module Aws::ChimeSDKMediaPipelines
|
|
2488
2532
|
params: params,
|
2489
2533
|
config: config)
|
2490
2534
|
context[:gem_name] = 'aws-sdk-chimesdkmediapipelines'
|
2491
|
-
context[:gem_version] = '1.
|
2535
|
+
context[:gem_version] = '1.25.0'
|
2492
2536
|
Seahorse::Client::Request.new(handlers, context)
|
2493
2537
|
end
|
2494
2538
|
|
@@ -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
@@ -48,6 +48,7 @@ module Aws
|
|
48
48
|
?sdk_ua_app_id: String,
|
49
49
|
?secret_access_key: String,
|
50
50
|
?session_token: String,
|
51
|
+
?sigv4a_signing_region_set: Array[String],
|
51
52
|
?stub_responses: untyped,
|
52
53
|
?token_provider: untyped,
|
53
54
|
?use_dualstack_endpoint: bool,
|
@@ -323,6 +324,7 @@ module Aws
|
|
323
324
|
language_model_name: ::String?,
|
324
325
|
filter_partial_results: bool?,
|
325
326
|
identify_language: bool?,
|
327
|
+
identify_multiple_languages: bool?,
|
326
328
|
language_options: ::String?,
|
327
329
|
preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
|
328
330
|
vocabulary_names: ::String?,
|
@@ -770,6 +772,7 @@ module Aws
|
|
770
772
|
language_model_name: ::String?,
|
771
773
|
filter_partial_results: bool?,
|
772
774
|
identify_language: bool?,
|
775
|
+
identify_multiple_languages: bool?,
|
773
776
|
language_options: ::String?,
|
774
777
|
preferred_language: ("en-US" | "en-GB" | "es-US" | "fr-CA" | "fr-FR" | "en-AU" | "it-IT" | "de-DE" | "pt-BR")?,
|
775
778
|
vocabulary_names: ::String?,
|
data/sig/resource.rbs
CHANGED
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.25.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-
|
11
|
+
date: 2024-07-02 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.201.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,21 +29,21 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.201.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
47
47
|
description: Official AWS Ruby gem for Amazon Chime SDK Media Pipelines. This gem
|
48
48
|
is part of the AWS SDK for Ruby.
|
49
49
|
email:
|