aws-sdk-mediatailor 1.123.0 → 1.124.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-mediatailor/client.rb +48 -1
- data/lib/aws-sdk-mediatailor/client_api.rb +21 -0
- data/lib/aws-sdk-mediatailor/types.rb +150 -6
- data/lib/aws-sdk-mediatailor.rb +1 -1
- data/sig/client.rbs +16 -1
- data/sig/types.rbs +23 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 81a4a44c3abce6c587b5eed2b67c590247aec2d3f223a79f14da34009ff47b0c
|
|
4
|
+
data.tar.gz: 9fc7fe1d9df00ff2f4c293092fa1e11762479c3421a05a0cdc33f2e5ca3e818c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19ce8dbc69f575155cdf22d6e8a0f481878991c944c4eae3c3762e4d8dce4144aaa16504877f93559e5a77035080eeaf6b8fb23e409cea8ccb24b042bce15ce7
|
|
7
|
+
data.tar.gz: 2b18ef75cd3c3aa5430d1d222535dce09ad1a63aa4a4c423f2066b31ee04aa08e75fb24a3d42e85b9d31d6957ba685911c9b8a4b7191d961fcafbfa2e780d842
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.124.0 (2026-07-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This change adds api support for configuring ad decision server timeouts and concurrency fields on MediaTailor playback configurations
|
|
8
|
+
|
|
4
9
|
1.123.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.124.0
|
|
@@ -2223,6 +2223,8 @@ module Aws::MediaTailor
|
|
|
2223
2223
|
# * {Types::GetPlaybackConfigurationResponse#ad_conditioning_configuration #ad_conditioning_configuration} => Types::AdConditioningConfiguration
|
|
2224
2224
|
# * {Types::GetPlaybackConfigurationResponse#ad_decision_server_configuration #ad_decision_server_configuration} => Types::AdDecisionServerConfiguration
|
|
2225
2225
|
# * {Types::GetPlaybackConfigurationResponse#function_mapping #function_mapping} => Hash<String,String>
|
|
2226
|
+
# * {Types::GetPlaybackConfigurationResponse#ads_personalization_timeouts #ads_personalization_timeouts} => Types::AdsPersonalizationTimeouts
|
|
2227
|
+
# * {Types::GetPlaybackConfigurationResponse#ads_personalization_concurrency #ads_personalization_concurrency} => Types::AdsPersonalizationConcurrency
|
|
2226
2228
|
#
|
|
2227
2229
|
# @example Request syntax with placeholder values
|
|
2228
2230
|
#
|
|
@@ -2284,6 +2286,13 @@ module Aws::MediaTailor
|
|
|
2284
2286
|
# resp.ad_decision_server_configuration.http_request.compress_request #=> String, one of "NONE", "GZIP"
|
|
2285
2287
|
# resp.function_mapping #=> Hash
|
|
2286
2288
|
# resp.function_mapping["EventName"] #=> String
|
|
2289
|
+
# resp.ads_personalization_timeouts.ads_request_timeout_milliseconds #=> Integer
|
|
2290
|
+
# resp.ads_personalization_timeouts.live_maximum_ads_personalization_time_milliseconds #=> Integer
|
|
2291
|
+
# resp.ads_personalization_timeouts.vod_maximum_ads_personalization_time_milliseconds #=> Integer
|
|
2292
|
+
# resp.ads_personalization_timeouts.prefetch_ads_request_timeout_milliseconds #=> Integer
|
|
2293
|
+
# resp.ads_personalization_timeouts.prefetch_maximum_ads_personalization_time_milliseconds #=> Integer
|
|
2294
|
+
# resp.ads_personalization_concurrency.max_concurrent_ads_requests #=> Integer
|
|
2295
|
+
# resp.ads_personalization_concurrency.enable_vod_vast_parallelization #=> Boolean
|
|
2287
2296
|
#
|
|
2288
2297
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetPlaybackConfiguration AWS API Documentation
|
|
2289
2298
|
#
|
|
@@ -2781,6 +2790,13 @@ module Aws::MediaTailor
|
|
|
2781
2790
|
# resp.items[0].ad_decision_server_configuration.http_request.compress_request #=> String, one of "NONE", "GZIP"
|
|
2782
2791
|
# resp.items[0].function_mapping #=> Hash
|
|
2783
2792
|
# resp.items[0].function_mapping["EventName"] #=> String
|
|
2793
|
+
# resp.items[0].ads_personalization_timeouts.ads_request_timeout_milliseconds #=> Integer
|
|
2794
|
+
# resp.items[0].ads_personalization_timeouts.live_maximum_ads_personalization_time_milliseconds #=> Integer
|
|
2795
|
+
# resp.items[0].ads_personalization_timeouts.vod_maximum_ads_personalization_time_milliseconds #=> Integer
|
|
2796
|
+
# resp.items[0].ads_personalization_timeouts.prefetch_ads_request_timeout_milliseconds #=> Integer
|
|
2797
|
+
# resp.items[0].ads_personalization_timeouts.prefetch_maximum_ads_personalization_time_milliseconds #=> Integer
|
|
2798
|
+
# resp.items[0].ads_personalization_concurrency.max_concurrent_ads_requests #=> Integer
|
|
2799
|
+
# resp.items[0].ads_personalization_concurrency.enable_vod_vast_parallelization #=> Boolean
|
|
2784
2800
|
# resp.next_token #=> String
|
|
2785
2801
|
#
|
|
2786
2802
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListPlaybackConfigurations AWS API Documentation
|
|
@@ -3380,6 +3396,17 @@ module Aws::MediaTailor
|
|
|
3380
3396
|
#
|
|
3381
3397
|
# [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-hooks.html
|
|
3382
3398
|
#
|
|
3399
|
+
# @option params [Types::AdsPersonalizationTimeouts] :ads_personalization_timeouts
|
|
3400
|
+
# The timeout settings for ad decision server interactions. These
|
|
3401
|
+
# settings control how long MediaTailor waits for ADS responses and the
|
|
3402
|
+
# total time budget for ad personalization across live, VOD, and
|
|
3403
|
+
# prefetch workflows.
|
|
3404
|
+
#
|
|
3405
|
+
# @option params [Types::AdsPersonalizationConcurrency] :ads_personalization_concurrency
|
|
3406
|
+
# The concurrency settings for ad decision server interactions. These
|
|
3407
|
+
# settings control how many simultaneous ADS requests MediaTailor makes
|
|
3408
|
+
# per manifest request.
|
|
3409
|
+
#
|
|
3383
3410
|
# @return [Types::PutPlaybackConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3384
3411
|
#
|
|
3385
3412
|
# * {Types::PutPlaybackConfigurationResponse#ad_decision_server_url #ad_decision_server_url} => String
|
|
@@ -3407,6 +3434,8 @@ module Aws::MediaTailor
|
|
|
3407
3434
|
# * {Types::PutPlaybackConfigurationResponse#ad_conditioning_configuration #ad_conditioning_configuration} => Types::AdConditioningConfiguration
|
|
3408
3435
|
# * {Types::PutPlaybackConfigurationResponse#ad_decision_server_configuration #ad_decision_server_configuration} => Types::AdDecisionServerConfiguration
|
|
3409
3436
|
# * {Types::PutPlaybackConfigurationResponse#function_mapping #function_mapping} => Hash<String,String>
|
|
3437
|
+
# * {Types::PutPlaybackConfigurationResponse#ads_personalization_timeouts #ads_personalization_timeouts} => Types::AdsPersonalizationTimeouts
|
|
3438
|
+
# * {Types::PutPlaybackConfigurationResponse#ads_personalization_concurrency #ads_personalization_concurrency} => Types::AdsPersonalizationConcurrency
|
|
3410
3439
|
#
|
|
3411
3440
|
# @example Request syntax with placeholder values
|
|
3412
3441
|
#
|
|
@@ -3468,6 +3497,17 @@ module Aws::MediaTailor
|
|
|
3468
3497
|
# function_mapping: {
|
|
3469
3498
|
# "PRE_SESSION_INITIALIZATION" => "__string",
|
|
3470
3499
|
# },
|
|
3500
|
+
# ads_personalization_timeouts: {
|
|
3501
|
+
# ads_request_timeout_milliseconds: 1,
|
|
3502
|
+
# live_maximum_ads_personalization_time_milliseconds: 1,
|
|
3503
|
+
# vod_maximum_ads_personalization_time_milliseconds: 1,
|
|
3504
|
+
# prefetch_ads_request_timeout_milliseconds: 1,
|
|
3505
|
+
# prefetch_maximum_ads_personalization_time_milliseconds: 1,
|
|
3506
|
+
# },
|
|
3507
|
+
# ads_personalization_concurrency: {
|
|
3508
|
+
# max_concurrent_ads_requests: 1,
|
|
3509
|
+
# enable_vod_vast_parallelization: false,
|
|
3510
|
+
# },
|
|
3471
3511
|
# })
|
|
3472
3512
|
#
|
|
3473
3513
|
# @example Response structure
|
|
@@ -3524,6 +3564,13 @@ module Aws::MediaTailor
|
|
|
3524
3564
|
# resp.ad_decision_server_configuration.http_request.compress_request #=> String, one of "NONE", "GZIP"
|
|
3525
3565
|
# resp.function_mapping #=> Hash
|
|
3526
3566
|
# resp.function_mapping["EventName"] #=> String
|
|
3567
|
+
# resp.ads_personalization_timeouts.ads_request_timeout_milliseconds #=> Integer
|
|
3568
|
+
# resp.ads_personalization_timeouts.live_maximum_ads_personalization_time_milliseconds #=> Integer
|
|
3569
|
+
# resp.ads_personalization_timeouts.vod_maximum_ads_personalization_time_milliseconds #=> Integer
|
|
3570
|
+
# resp.ads_personalization_timeouts.prefetch_ads_request_timeout_milliseconds #=> Integer
|
|
3571
|
+
# resp.ads_personalization_timeouts.prefetch_maximum_ads_personalization_time_milliseconds #=> Integer
|
|
3572
|
+
# resp.ads_personalization_concurrency.max_concurrent_ads_requests #=> Integer
|
|
3573
|
+
# resp.ads_personalization_concurrency.enable_vod_vast_parallelization #=> Boolean
|
|
3527
3574
|
#
|
|
3528
3575
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PutPlaybackConfiguration AWS API Documentation
|
|
3529
3576
|
#
|
|
@@ -4208,7 +4255,7 @@ module Aws::MediaTailor
|
|
|
4208
4255
|
tracer: tracer
|
|
4209
4256
|
)
|
|
4210
4257
|
context[:gem_name] = 'aws-sdk-mediatailor'
|
|
4211
|
-
context[:gem_version] = '1.
|
|
4258
|
+
context[:gem_version] = '1.124.0'
|
|
4212
4259
|
Seahorse::Client::Request.new(handlers, context)
|
|
4213
4260
|
end
|
|
4214
4261
|
|
|
@@ -27,6 +27,8 @@ module Aws::MediaTailor
|
|
|
27
27
|
AdsInteractionExcludeEventType = Shapes::StringShape.new(name: 'AdsInteractionExcludeEventType')
|
|
28
28
|
AdsInteractionLog = Shapes::StructureShape.new(name: 'AdsInteractionLog')
|
|
29
29
|
AdsInteractionPublishOptInEventType = Shapes::StringShape.new(name: 'AdsInteractionPublishOptInEventType')
|
|
30
|
+
AdsPersonalizationConcurrency = Shapes::StructureShape.new(name: 'AdsPersonalizationConcurrency')
|
|
31
|
+
AdsPersonalizationTimeouts = Shapes::StructureShape.new(name: 'AdsPersonalizationTimeouts')
|
|
30
32
|
Alert = Shapes::StructureShape.new(name: 'Alert')
|
|
31
33
|
AlertCategory = Shapes::StringShape.new(name: 'AlertCategory')
|
|
32
34
|
AlternateMedia = Shapes::StructureShape.new(name: 'AlternateMedia')
|
|
@@ -283,6 +285,17 @@ module Aws::MediaTailor
|
|
|
283
285
|
AdsInteractionLog.add_member(:exclude_event_types, Shapes::ShapeRef.new(shape: __adsInteractionExcludeEventTypesList, location_name: "ExcludeEventTypes"))
|
|
284
286
|
AdsInteractionLog.struct_class = Types::AdsInteractionLog
|
|
285
287
|
|
|
288
|
+
AdsPersonalizationConcurrency.add_member(:max_concurrent_ads_requests, Shapes::ShapeRef.new(shape: __integer, location_name: "MaxConcurrentAdsRequests"))
|
|
289
|
+
AdsPersonalizationConcurrency.add_member(:enable_vod_vast_parallelization, Shapes::ShapeRef.new(shape: __boolean, location_name: "EnableVodVastParallelization"))
|
|
290
|
+
AdsPersonalizationConcurrency.struct_class = Types::AdsPersonalizationConcurrency
|
|
291
|
+
|
|
292
|
+
AdsPersonalizationTimeouts.add_member(:ads_request_timeout_milliseconds, Shapes::ShapeRef.new(shape: __integer, location_name: "AdsRequestTimeoutMilliseconds"))
|
|
293
|
+
AdsPersonalizationTimeouts.add_member(:live_maximum_ads_personalization_time_milliseconds, Shapes::ShapeRef.new(shape: __integer, location_name: "LiveMaximumAdsPersonalizationTimeMilliseconds"))
|
|
294
|
+
AdsPersonalizationTimeouts.add_member(:vod_maximum_ads_personalization_time_milliseconds, Shapes::ShapeRef.new(shape: __integer, location_name: "VodMaximumAdsPersonalizationTimeMilliseconds"))
|
|
295
|
+
AdsPersonalizationTimeouts.add_member(:prefetch_ads_request_timeout_milliseconds, Shapes::ShapeRef.new(shape: __integer, location_name: "PrefetchAdsRequestTimeoutMilliseconds"))
|
|
296
|
+
AdsPersonalizationTimeouts.add_member(:prefetch_maximum_ads_personalization_time_milliseconds, Shapes::ShapeRef.new(shape: __integer, location_name: "PrefetchMaximumAdsPersonalizationTimeMilliseconds"))
|
|
297
|
+
AdsPersonalizationTimeouts.struct_class = Types::AdsPersonalizationTimeouts
|
|
298
|
+
|
|
286
299
|
Alert.add_member(:alert_code, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "AlertCode"))
|
|
287
300
|
Alert.add_member(:alert_message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "AlertMessage"))
|
|
288
301
|
Alert.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: __timestampUnix, required: true, location_name: "LastModifiedTime"))
|
|
@@ -717,6 +730,8 @@ module Aws::MediaTailor
|
|
|
717
730
|
GetPlaybackConfigurationResponse.add_member(:ad_conditioning_configuration, Shapes::ShapeRef.new(shape: AdConditioningConfiguration, location_name: "AdConditioningConfiguration"))
|
|
718
731
|
GetPlaybackConfigurationResponse.add_member(:ad_decision_server_configuration, Shapes::ShapeRef.new(shape: AdDecisionServerConfiguration, location_name: "AdDecisionServerConfiguration"))
|
|
719
732
|
GetPlaybackConfigurationResponse.add_member(:function_mapping, Shapes::ShapeRef.new(shape: FunctionMapping, location_name: "FunctionMapping"))
|
|
733
|
+
GetPlaybackConfigurationResponse.add_member(:ads_personalization_timeouts, Shapes::ShapeRef.new(shape: AdsPersonalizationTimeouts, location_name: "AdsPersonalizationTimeouts"))
|
|
734
|
+
GetPlaybackConfigurationResponse.add_member(:ads_personalization_concurrency, Shapes::ShapeRef.new(shape: AdsPersonalizationConcurrency, location_name: "AdsPersonalizationConcurrency"))
|
|
720
735
|
GetPlaybackConfigurationResponse.struct_class = Types::GetPlaybackConfigurationResponse
|
|
721
736
|
|
|
722
737
|
GetPrefetchScheduleRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "Name"))
|
|
@@ -903,6 +918,8 @@ module Aws::MediaTailor
|
|
|
903
918
|
PlaybackConfiguration.add_member(:ad_conditioning_configuration, Shapes::ShapeRef.new(shape: AdConditioningConfiguration, location_name: "AdConditioningConfiguration"))
|
|
904
919
|
PlaybackConfiguration.add_member(:ad_decision_server_configuration, Shapes::ShapeRef.new(shape: AdDecisionServerConfiguration, location_name: "AdDecisionServerConfiguration"))
|
|
905
920
|
PlaybackConfiguration.add_member(:function_mapping, Shapes::ShapeRef.new(shape: FunctionMapping, location_name: "FunctionMapping"))
|
|
921
|
+
PlaybackConfiguration.add_member(:ads_personalization_timeouts, Shapes::ShapeRef.new(shape: AdsPersonalizationTimeouts, location_name: "AdsPersonalizationTimeouts"))
|
|
922
|
+
PlaybackConfiguration.add_member(:ads_personalization_concurrency, Shapes::ShapeRef.new(shape: AdsPersonalizationConcurrency, location_name: "AdsPersonalizationConcurrency"))
|
|
906
923
|
PlaybackConfiguration.struct_class = Types::PlaybackConfiguration
|
|
907
924
|
|
|
908
925
|
PrefetchConsumption.add_member(:avail_matching_criteria, Shapes::ShapeRef.new(shape: __listOfAvailMatchingCriteria, location_name: "AvailMatchingCriteria"))
|
|
@@ -972,6 +989,8 @@ module Aws::MediaTailor
|
|
|
972
989
|
PutPlaybackConfigurationRequest.add_member(:ad_conditioning_configuration, Shapes::ShapeRef.new(shape: AdConditioningConfiguration, location_name: "AdConditioningConfiguration"))
|
|
973
990
|
PutPlaybackConfigurationRequest.add_member(:ad_decision_server_configuration, Shapes::ShapeRef.new(shape: AdDecisionServerConfiguration, location_name: "AdDecisionServerConfiguration"))
|
|
974
991
|
PutPlaybackConfigurationRequest.add_member(:function_mapping, Shapes::ShapeRef.new(shape: FunctionMapping, location_name: "FunctionMapping"))
|
|
992
|
+
PutPlaybackConfigurationRequest.add_member(:ads_personalization_timeouts, Shapes::ShapeRef.new(shape: AdsPersonalizationTimeouts, location_name: "AdsPersonalizationTimeouts"))
|
|
993
|
+
PutPlaybackConfigurationRequest.add_member(:ads_personalization_concurrency, Shapes::ShapeRef.new(shape: AdsPersonalizationConcurrency, location_name: "AdsPersonalizationConcurrency"))
|
|
975
994
|
PutPlaybackConfigurationRequest.struct_class = Types::PutPlaybackConfigurationRequest
|
|
976
995
|
|
|
977
996
|
PutPlaybackConfigurationResponse.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
|
|
@@ -999,6 +1018,8 @@ module Aws::MediaTailor
|
|
|
999
1018
|
PutPlaybackConfigurationResponse.add_member(:ad_conditioning_configuration, Shapes::ShapeRef.new(shape: AdConditioningConfiguration, location_name: "AdConditioningConfiguration"))
|
|
1000
1019
|
PutPlaybackConfigurationResponse.add_member(:ad_decision_server_configuration, Shapes::ShapeRef.new(shape: AdDecisionServerConfiguration, location_name: "AdDecisionServerConfiguration"))
|
|
1001
1020
|
PutPlaybackConfigurationResponse.add_member(:function_mapping, Shapes::ShapeRef.new(shape: FunctionMapping, location_name: "FunctionMapping"))
|
|
1021
|
+
PutPlaybackConfigurationResponse.add_member(:ads_personalization_timeouts, Shapes::ShapeRef.new(shape: AdsPersonalizationTimeouts, location_name: "AdsPersonalizationTimeouts"))
|
|
1022
|
+
PutPlaybackConfigurationResponse.add_member(:ads_personalization_concurrency, Shapes::ShapeRef.new(shape: AdsPersonalizationConcurrency, location_name: "AdsPersonalizationConcurrency"))
|
|
1002
1023
|
PutPlaybackConfigurationResponse.struct_class = Types::PutPlaybackConfigurationResponse
|
|
1003
1024
|
|
|
1004
1025
|
RecurringConsumption.add_member(:retrieved_ad_expiration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "RetrievedAdExpirationSeconds"))
|
|
@@ -257,6 +257,76 @@ module Aws::MediaTailor
|
|
|
257
257
|
include Aws::Structure
|
|
258
258
|
end
|
|
259
259
|
|
|
260
|
+
# The concurrency settings for ad decision server interactions during ad
|
|
261
|
+
# personalization.
|
|
262
|
+
#
|
|
263
|
+
# @!attribute [rw] max_concurrent_ads_requests
|
|
264
|
+
# The maximum number of simultaneous requests that MediaTailor makes
|
|
265
|
+
# to the ad decision server per manifest request. The default is 1.
|
|
266
|
+
# @return [Integer]
|
|
267
|
+
#
|
|
268
|
+
# @!attribute [rw] enable_vod_vast_parallelization
|
|
269
|
+
# Enables parallel processing of ad decision server requests in VOD
|
|
270
|
+
# workflows when the ADS returns VAST responses. The default is false.
|
|
271
|
+
# @return [Boolean]
|
|
272
|
+
#
|
|
273
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/AdsPersonalizationConcurrency AWS API Documentation
|
|
274
|
+
#
|
|
275
|
+
class AdsPersonalizationConcurrency < Struct.new(
|
|
276
|
+
:max_concurrent_ads_requests,
|
|
277
|
+
:enable_vod_vast_parallelization)
|
|
278
|
+
SENSITIVE = []
|
|
279
|
+
include Aws::Structure
|
|
280
|
+
end
|
|
281
|
+
|
|
282
|
+
# The timeout settings for ad decision server interactions during ad
|
|
283
|
+
# personalization.
|
|
284
|
+
#
|
|
285
|
+
# @!attribute [rw] ads_request_timeout_milliseconds
|
|
286
|
+
# The maximum time, in milliseconds, that MediaTailor waits for a
|
|
287
|
+
# single ad decision server response during live or VOD playback. The
|
|
288
|
+
# default is 3000.
|
|
289
|
+
# @return [Integer]
|
|
290
|
+
#
|
|
291
|
+
# @!attribute [rw] live_maximum_ads_personalization_time_milliseconds
|
|
292
|
+
# The maximum total time, in milliseconds, that MediaTailor spends on
|
|
293
|
+
# ad decision server activity for live manifests, including making
|
|
294
|
+
# requests, waiting for responses, and following VAST wrapper
|
|
295
|
+
# redirects. The default is 10000.
|
|
296
|
+
# @return [Integer]
|
|
297
|
+
#
|
|
298
|
+
# @!attribute [rw] vod_maximum_ads_personalization_time_milliseconds
|
|
299
|
+
# The maximum total time, in milliseconds, that MediaTailor spends on
|
|
300
|
+
# ad decision server activity for VOD manifests, including making
|
|
301
|
+
# requests, waiting for responses, and following VAST wrapper
|
|
302
|
+
# redirects. The default is 10000.
|
|
303
|
+
# @return [Integer]
|
|
304
|
+
#
|
|
305
|
+
# @!attribute [rw] prefetch_ads_request_timeout_milliseconds
|
|
306
|
+
# The maximum time, in milliseconds, that MediaTailor waits for a
|
|
307
|
+
# single ad decision server response during prefetch retrieval. If not
|
|
308
|
+
# set, the value of AdsRequestTimeoutMilliseconds is used.
|
|
309
|
+
# @return [Integer]
|
|
310
|
+
#
|
|
311
|
+
# @!attribute [rw] prefetch_maximum_ads_personalization_time_milliseconds
|
|
312
|
+
# The maximum total time, in milliseconds, that MediaTailor spends on
|
|
313
|
+
# ad decision server activity during prefetch retrieval, including
|
|
314
|
+
# making requests, waiting for responses, and following VAST wrapper
|
|
315
|
+
# redirects.
|
|
316
|
+
# @return [Integer]
|
|
317
|
+
#
|
|
318
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/AdsPersonalizationTimeouts AWS API Documentation
|
|
319
|
+
#
|
|
320
|
+
class AdsPersonalizationTimeouts < Struct.new(
|
|
321
|
+
:ads_request_timeout_milliseconds,
|
|
322
|
+
:live_maximum_ads_personalization_time_milliseconds,
|
|
323
|
+
:vod_maximum_ads_personalization_time_milliseconds,
|
|
324
|
+
:prefetch_ads_request_timeout_milliseconds,
|
|
325
|
+
:prefetch_maximum_ads_personalization_time_milliseconds)
|
|
326
|
+
SENSITIVE = []
|
|
327
|
+
include Aws::Structure
|
|
328
|
+
end
|
|
329
|
+
|
|
260
330
|
# Alert configuration parameters.
|
|
261
331
|
#
|
|
262
332
|
# @!attribute [rw] alert_code
|
|
@@ -2224,7 +2294,14 @@ module Aws::MediaTailor
|
|
|
2224
2294
|
include Aws::Structure
|
|
2225
2295
|
end
|
|
2226
2296
|
|
|
2227
|
-
#
|
|
2297
|
+
# Defines reusable logic that MediaTailor executes at lifecycle hooks
|
|
2298
|
+
# during ad insertion. The `FunctionType` determines the function's
|
|
2299
|
+
# runtime behavior. For more information about functions, see [Working
|
|
2300
|
+
# with functions][1] in the *MediaTailor User Guide*.
|
|
2301
|
+
#
|
|
2302
|
+
#
|
|
2303
|
+
#
|
|
2304
|
+
# [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions.html
|
|
2228
2305
|
#
|
|
2229
2306
|
# @!attribute [rw] function_id
|
|
2230
2307
|
# The identifier of the function.
|
|
@@ -2655,6 +2732,19 @@ module Aws::MediaTailor
|
|
|
2655
2732
|
# [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-hooks.html
|
|
2656
2733
|
# @return [Hash<String,String>]
|
|
2657
2734
|
#
|
|
2735
|
+
# @!attribute [rw] ads_personalization_timeouts
|
|
2736
|
+
# The timeout settings for ad decision server interactions. These
|
|
2737
|
+
# settings control how long MediaTailor waits for ADS responses and
|
|
2738
|
+
# the total time budget for ad personalization across live, VOD, and
|
|
2739
|
+
# prefetch workflows.
|
|
2740
|
+
# @return [Types::AdsPersonalizationTimeouts]
|
|
2741
|
+
#
|
|
2742
|
+
# @!attribute [rw] ads_personalization_concurrency
|
|
2743
|
+
# The concurrency settings for ad decision server interactions. These
|
|
2744
|
+
# settings control how many simultaneous ADS requests MediaTailor
|
|
2745
|
+
# makes per manifest request.
|
|
2746
|
+
# @return [Types::AdsPersonalizationConcurrency]
|
|
2747
|
+
#
|
|
2658
2748
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetPlaybackConfigurationResponse AWS API Documentation
|
|
2659
2749
|
#
|
|
2660
2750
|
class GetPlaybackConfigurationResponse < Struct.new(
|
|
@@ -2682,7 +2772,9 @@ module Aws::MediaTailor
|
|
|
2682
2772
|
:video_content_source_url,
|
|
2683
2773
|
:ad_conditioning_configuration,
|
|
2684
2774
|
:ad_decision_server_configuration,
|
|
2685
|
-
:function_mapping
|
|
2775
|
+
:function_mapping,
|
|
2776
|
+
:ads_personalization_timeouts,
|
|
2777
|
+
:ads_personalization_concurrency)
|
|
2686
2778
|
SENSITIVE = []
|
|
2687
2779
|
include Aws::Structure
|
|
2688
2780
|
end
|
|
@@ -2909,7 +3001,14 @@ module Aws::MediaTailor
|
|
|
2909
3001
|
include Aws::Structure
|
|
2910
3002
|
end
|
|
2911
3003
|
|
|
2912
|
-
#
|
|
3004
|
+
# The configuration for an `HTTP_REQUEST` function. Specifies the HTTP
|
|
3005
|
+
# method, URL, headers, body, timeout, and output expressions for the
|
|
3006
|
+
# request. For more information, see [HTTP\_REQUEST][1] in the
|
|
3007
|
+
# *MediaTailor User Guide*.
|
|
3008
|
+
#
|
|
3009
|
+
#
|
|
3010
|
+
#
|
|
3011
|
+
# [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-types-http-request.html
|
|
2913
3012
|
#
|
|
2914
3013
|
# @!attribute [rw] runtime
|
|
2915
3014
|
# The expression language used to evaluate expressions in the function
|
|
@@ -3902,6 +4001,19 @@ module Aws::MediaTailor
|
|
|
3902
4001
|
# [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-hooks.html
|
|
3903
4002
|
# @return [Hash<String,String>]
|
|
3904
4003
|
#
|
|
4004
|
+
# @!attribute [rw] ads_personalization_timeouts
|
|
4005
|
+
# The timeout settings for ad decision server interactions. These
|
|
4006
|
+
# settings control how long MediaTailor waits for ADS responses and
|
|
4007
|
+
# the total time budget for ad personalization across live, VOD, and
|
|
4008
|
+
# prefetch workflows.
|
|
4009
|
+
# @return [Types::AdsPersonalizationTimeouts]
|
|
4010
|
+
#
|
|
4011
|
+
# @!attribute [rw] ads_personalization_concurrency
|
|
4012
|
+
# The concurrency settings for ad decision server interactions. These
|
|
4013
|
+
# settings control how many simultaneous ADS requests MediaTailor
|
|
4014
|
+
# makes per manifest request.
|
|
4015
|
+
# @return [Types::AdsPersonalizationConcurrency]
|
|
4016
|
+
#
|
|
3905
4017
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PlaybackConfiguration AWS API Documentation
|
|
3906
4018
|
#
|
|
3907
4019
|
class PlaybackConfiguration < Struct.new(
|
|
@@ -3929,7 +4041,9 @@ module Aws::MediaTailor
|
|
|
3929
4041
|
:video_content_source_url,
|
|
3930
4042
|
:ad_conditioning_configuration,
|
|
3931
4043
|
:ad_decision_server_configuration,
|
|
3932
|
-
:function_mapping
|
|
4044
|
+
:function_mapping,
|
|
4045
|
+
:ads_personalization_timeouts,
|
|
4046
|
+
:ads_personalization_concurrency)
|
|
3933
4047
|
SENSITIVE = []
|
|
3934
4048
|
include Aws::Structure
|
|
3935
4049
|
end
|
|
@@ -4413,6 +4527,19 @@ module Aws::MediaTailor
|
|
|
4413
4527
|
# [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-hooks.html
|
|
4414
4528
|
# @return [Hash<String,String>]
|
|
4415
4529
|
#
|
|
4530
|
+
# @!attribute [rw] ads_personalization_timeouts
|
|
4531
|
+
# The timeout settings for ad decision server interactions. These
|
|
4532
|
+
# settings control how long MediaTailor waits for ADS responses and
|
|
4533
|
+
# the total time budget for ad personalization across live, VOD, and
|
|
4534
|
+
# prefetch workflows.
|
|
4535
|
+
# @return [Types::AdsPersonalizationTimeouts]
|
|
4536
|
+
#
|
|
4537
|
+
# @!attribute [rw] ads_personalization_concurrency
|
|
4538
|
+
# The concurrency settings for ad decision server interactions. These
|
|
4539
|
+
# settings control how many simultaneous ADS requests MediaTailor
|
|
4540
|
+
# makes per manifest request.
|
|
4541
|
+
# @return [Types::AdsPersonalizationConcurrency]
|
|
4542
|
+
#
|
|
4416
4543
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PutPlaybackConfigurationRequest AWS API Documentation
|
|
4417
4544
|
#
|
|
4418
4545
|
class PutPlaybackConfigurationRequest < Struct.new(
|
|
@@ -4433,7 +4560,9 @@ module Aws::MediaTailor
|
|
|
4433
4560
|
:video_content_source_url,
|
|
4434
4561
|
:ad_conditioning_configuration,
|
|
4435
4562
|
:ad_decision_server_configuration,
|
|
4436
|
-
:function_mapping
|
|
4563
|
+
:function_mapping,
|
|
4564
|
+
:ads_personalization_timeouts,
|
|
4565
|
+
:ads_personalization_concurrency)
|
|
4437
4566
|
SENSITIVE = []
|
|
4438
4567
|
include Aws::Structure
|
|
4439
4568
|
end
|
|
@@ -4617,6 +4746,19 @@ module Aws::MediaTailor
|
|
|
4617
4746
|
# [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-hooks.html
|
|
4618
4747
|
# @return [Hash<String,String>]
|
|
4619
4748
|
#
|
|
4749
|
+
# @!attribute [rw] ads_personalization_timeouts
|
|
4750
|
+
# The timeout settings for ad decision server interactions. These
|
|
4751
|
+
# settings control how long MediaTailor waits for ADS responses and
|
|
4752
|
+
# the total time budget for ad personalization across live, VOD, and
|
|
4753
|
+
# prefetch workflows.
|
|
4754
|
+
# @return [Types::AdsPersonalizationTimeouts]
|
|
4755
|
+
#
|
|
4756
|
+
# @!attribute [rw] ads_personalization_concurrency
|
|
4757
|
+
# The concurrency settings for ad decision server interactions. These
|
|
4758
|
+
# settings control how many simultaneous ADS requests MediaTailor
|
|
4759
|
+
# makes per manifest request.
|
|
4760
|
+
# @return [Types::AdsPersonalizationConcurrency]
|
|
4761
|
+
#
|
|
4620
4762
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PutPlaybackConfigurationResponse AWS API Documentation
|
|
4621
4763
|
#
|
|
4622
4764
|
class PutPlaybackConfigurationResponse < Struct.new(
|
|
@@ -4644,7 +4786,9 @@ module Aws::MediaTailor
|
|
|
4644
4786
|
:video_content_source_url,
|
|
4645
4787
|
:ad_conditioning_configuration,
|
|
4646
4788
|
:ad_decision_server_configuration,
|
|
4647
|
-
:function_mapping
|
|
4789
|
+
:function_mapping,
|
|
4790
|
+
:ads_personalization_timeouts,
|
|
4791
|
+
:ads_personalization_concurrency)
|
|
4648
4792
|
SENSITIVE = []
|
|
4649
4793
|
include Aws::Structure
|
|
4650
4794
|
end
|
data/lib/aws-sdk-mediatailor.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -599,6 +599,8 @@ module Aws
|
|
|
599
599
|
def ad_conditioning_configuration: () -> Types::AdConditioningConfiguration
|
|
600
600
|
def ad_decision_server_configuration: () -> Types::AdDecisionServerConfiguration
|
|
601
601
|
def function_mapping: () -> ::Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST"), ::String]
|
|
602
|
+
def ads_personalization_timeouts: () -> Types::AdsPersonalizationTimeouts
|
|
603
|
+
def ads_personalization_concurrency: () -> Types::AdsPersonalizationConcurrency
|
|
602
604
|
end
|
|
603
605
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaTailor/Client.html#get_playback_configuration-instance_method
|
|
604
606
|
def get_playback_configuration: (
|
|
@@ -818,6 +820,8 @@ module Aws
|
|
|
818
820
|
def ad_conditioning_configuration: () -> Types::AdConditioningConfiguration
|
|
819
821
|
def ad_decision_server_configuration: () -> Types::AdDecisionServerConfiguration
|
|
820
822
|
def function_mapping: () -> ::Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST"), ::String]
|
|
823
|
+
def ads_personalization_timeouts: () -> Types::AdsPersonalizationTimeouts
|
|
824
|
+
def ads_personalization_concurrency: () -> Types::AdsPersonalizationConcurrency
|
|
821
825
|
end
|
|
822
826
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaTailor/Client.html#put_playback_configuration-instance_method
|
|
823
827
|
def put_playback_configuration: (
|
|
@@ -867,7 +871,18 @@ module Aws
|
|
|
867
871
|
compress_request: ("NONE" | "GZIP")?
|
|
868
872
|
}?
|
|
869
873
|
},
|
|
870
|
-
?function_mapping: Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST"), ::String]
|
|
874
|
+
?function_mapping: Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST"), ::String],
|
|
875
|
+
?ads_personalization_timeouts: {
|
|
876
|
+
ads_request_timeout_milliseconds: ::Integer?,
|
|
877
|
+
live_maximum_ads_personalization_time_milliseconds: ::Integer?,
|
|
878
|
+
vod_maximum_ads_personalization_time_milliseconds: ::Integer?,
|
|
879
|
+
prefetch_ads_request_timeout_milliseconds: ::Integer?,
|
|
880
|
+
prefetch_maximum_ads_personalization_time_milliseconds: ::Integer?
|
|
881
|
+
},
|
|
882
|
+
?ads_personalization_concurrency: {
|
|
883
|
+
max_concurrent_ads_requests: ::Integer?,
|
|
884
|
+
enable_vod_vast_parallelization: bool?
|
|
885
|
+
}
|
|
871
886
|
) -> _PutPlaybackConfigurationResponseSuccess
|
|
872
887
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutPlaybackConfigurationResponseSuccess
|
|
873
888
|
|
data/sig/types.rbs
CHANGED
|
@@ -50,6 +50,21 @@ module Aws::MediaTailor
|
|
|
50
50
|
SENSITIVE: []
|
|
51
51
|
end
|
|
52
52
|
|
|
53
|
+
class AdsPersonalizationConcurrency
|
|
54
|
+
attr_accessor max_concurrent_ads_requests: ::Integer
|
|
55
|
+
attr_accessor enable_vod_vast_parallelization: bool
|
|
56
|
+
SENSITIVE: []
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
class AdsPersonalizationTimeouts
|
|
60
|
+
attr_accessor ads_request_timeout_milliseconds: ::Integer
|
|
61
|
+
attr_accessor live_maximum_ads_personalization_time_milliseconds: ::Integer
|
|
62
|
+
attr_accessor vod_maximum_ads_personalization_time_milliseconds: ::Integer
|
|
63
|
+
attr_accessor prefetch_ads_request_timeout_milliseconds: ::Integer
|
|
64
|
+
attr_accessor prefetch_maximum_ads_personalization_time_milliseconds: ::Integer
|
|
65
|
+
SENSITIVE: []
|
|
66
|
+
end
|
|
67
|
+
|
|
53
68
|
class Alert
|
|
54
69
|
attr_accessor alert_code: ::String
|
|
55
70
|
attr_accessor alert_message: ::String
|
|
@@ -601,6 +616,8 @@ module Aws::MediaTailor
|
|
|
601
616
|
attr_accessor ad_conditioning_configuration: Types::AdConditioningConfiguration
|
|
602
617
|
attr_accessor ad_decision_server_configuration: Types::AdDecisionServerConfiguration
|
|
603
618
|
attr_accessor function_mapping: ::Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST"), ::String]
|
|
619
|
+
attr_accessor ads_personalization_timeouts: Types::AdsPersonalizationTimeouts
|
|
620
|
+
attr_accessor ads_personalization_concurrency: Types::AdsPersonalizationConcurrency
|
|
604
621
|
SENSITIVE: []
|
|
605
622
|
end
|
|
606
623
|
|
|
@@ -851,6 +868,8 @@ module Aws::MediaTailor
|
|
|
851
868
|
attr_accessor ad_conditioning_configuration: Types::AdConditioningConfiguration
|
|
852
869
|
attr_accessor ad_decision_server_configuration: Types::AdDecisionServerConfiguration
|
|
853
870
|
attr_accessor function_mapping: ::Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST"), ::String]
|
|
871
|
+
attr_accessor ads_personalization_timeouts: Types::AdsPersonalizationTimeouts
|
|
872
|
+
attr_accessor ads_personalization_concurrency: Types::AdsPersonalizationConcurrency
|
|
854
873
|
SENSITIVE: []
|
|
855
874
|
end
|
|
856
875
|
|
|
@@ -935,6 +954,8 @@ module Aws::MediaTailor
|
|
|
935
954
|
attr_accessor ad_conditioning_configuration: Types::AdConditioningConfiguration
|
|
936
955
|
attr_accessor ad_decision_server_configuration: Types::AdDecisionServerConfiguration
|
|
937
956
|
attr_accessor function_mapping: ::Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST"), ::String]
|
|
957
|
+
attr_accessor ads_personalization_timeouts: Types::AdsPersonalizationTimeouts
|
|
958
|
+
attr_accessor ads_personalization_concurrency: Types::AdsPersonalizationConcurrency
|
|
938
959
|
SENSITIVE: []
|
|
939
960
|
end
|
|
940
961
|
|
|
@@ -964,6 +985,8 @@ module Aws::MediaTailor
|
|
|
964
985
|
attr_accessor ad_conditioning_configuration: Types::AdConditioningConfiguration
|
|
965
986
|
attr_accessor ad_decision_server_configuration: Types::AdDecisionServerConfiguration
|
|
966
987
|
attr_accessor function_mapping: ::Hash[("PRE_SESSION_INITIALIZATION" | "PRE_ADS_REQUEST"), ::String]
|
|
988
|
+
attr_accessor ads_personalization_timeouts: Types::AdsPersonalizationTimeouts
|
|
989
|
+
attr_accessor ads_personalization_concurrency: Types::AdsPersonalizationConcurrency
|
|
967
990
|
SENSITIVE: []
|
|
968
991
|
end
|
|
969
992
|
|