aws-sdk-mediatailor 1.110.0 → 1.111.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4515232dba376c3f1d71618307243b80502a83c354b36f0ceb433399f2f36906
4
- data.tar.gz: eb54b472e3a6618e40a3e0f76eee0b494a6c8e5f64ff4ae2bd8769cc2ecb0600
3
+ metadata.gz: 5d9ad75c5aa0f507425a4f70371735947cc47fb3c60ec91ef6ac364210145b4e
4
+ data.tar.gz: f20fb05240b8316f7e0c97c2cab1c895a03f9bcecc961c43e59b1c0a532e18da
5
5
  SHA512:
6
- metadata.gz: 1d2ad567179fced74888db3d0966b66206781a17ac061896e3145921e775cefe2d6440b063b3101bdf4f0a7069c2557247045cf4f64945c3cc19dd1a16359208
7
- data.tar.gz: 2a8b3a45db898a78b74d86fbcdad22842156841cbdcacebbb5a10011ab6ba23e7ee77874fd9fd04221f41e833ad4db985f996b3fbf93be947464ed36ff52dd0f
6
+ metadata.gz: 8f5bc9e9258a577ec3d11a9b02bcb7eeb07692e6955f401b0fb5673247b5fab0cf6b065c98b257df30983338accb43e79acde01f4308c3d0a6d29fe7a22ef0c4
7
+ data.tar.gz: 5df019b3832cdc5760c38cd7f76bbff28750e421fb868476ef482ede73fc1d99d81ba581f39c57aba8a89669f4caea424044324704f55b72475c9e57ae0bbe6b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.111.0 (2025-12-15)
5
+ ------------------
6
+
7
+ * Feature - Added support for Ad Decision Server Configuration enabling HTTP POST requests with custom bodies, headers, GZIP compression, and dynamic variables. No changes required for existing GET request configurations.
8
+
4
9
  1.110.0 (2025-11-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
1
+ 1.111.0
@@ -2086,6 +2086,7 @@ module Aws::MediaTailor
2086
2086
  # * {Types::GetPlaybackConfigurationResponse#transcode_profile_name #transcode_profile_name} => String
2087
2087
  # * {Types::GetPlaybackConfigurationResponse#video_content_source_url #video_content_source_url} => String
2088
2088
  # * {Types::GetPlaybackConfigurationResponse#ad_conditioning_configuration #ad_conditioning_configuration} => Types::AdConditioningConfiguration
2089
+ # * {Types::GetPlaybackConfigurationResponse#ad_decision_server_configuration #ad_decision_server_configuration} => Types::AdDecisionServerConfiguration
2089
2090
  #
2090
2091
  # @example Request syntax with placeholder values
2091
2092
  #
@@ -2134,6 +2135,11 @@ module Aws::MediaTailor
2134
2135
  # resp.transcode_profile_name #=> String
2135
2136
  # resp.video_content_source_url #=> String
2136
2137
  # resp.ad_conditioning_configuration.streaming_media_file_conditioning #=> String, one of "TRANSCODE", "NONE"
2138
+ # resp.ad_decision_server_configuration.http_request.method #=> String, one of "GET", "POST"
2139
+ # resp.ad_decision_server_configuration.http_request.body #=> String
2140
+ # resp.ad_decision_server_configuration.http_request.headers #=> Hash
2141
+ # resp.ad_decision_server_configuration.http_request.headers["__string"] #=> String
2142
+ # resp.ad_decision_server_configuration.http_request.compress_request #=> String, one of "NONE", "GZIP"
2137
2143
  #
2138
2144
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetPlaybackConfiguration AWS API Documentation
2139
2145
  #
@@ -2530,6 +2536,11 @@ module Aws::MediaTailor
2530
2536
  # resp.items[0].transcode_profile_name #=> String
2531
2537
  # resp.items[0].video_content_source_url #=> String
2532
2538
  # resp.items[0].ad_conditioning_configuration.streaming_media_file_conditioning #=> String, one of "TRANSCODE", "NONE"
2539
+ # resp.items[0].ad_decision_server_configuration.http_request.method #=> String, one of "GET", "POST"
2540
+ # resp.items[0].ad_decision_server_configuration.http_request.body #=> String
2541
+ # resp.items[0].ad_decision_server_configuration.http_request.headers #=> Hash
2542
+ # resp.items[0].ad_decision_server_configuration.http_request.headers["__string"] #=> String
2543
+ # resp.items[0].ad_decision_server_configuration.http_request.compress_request #=> String, one of "NONE", "GZIP"
2533
2544
  # resp.next_token #=> String
2534
2545
  #
2535
2546
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListPlaybackConfigurations AWS API Documentation
@@ -2963,6 +2974,11 @@ module Aws::MediaTailor
2963
2974
  # on ads that the ad decision server (ADS) returns, and what priority
2964
2975
  # MediaTailor uses when inserting ads.
2965
2976
  #
2977
+ # @option params [Types::AdDecisionServerConfiguration] :ad_decision_server_configuration
2978
+ # The configuration for customizing HTTP requests to the ad decision
2979
+ # server (ADS). This includes settings for request method, headers, body
2980
+ # content, and compression options.
2981
+ #
2966
2982
  # @return [Types::PutPlaybackConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2967
2983
  #
2968
2984
  # * {Types::PutPlaybackConfigurationResponse#ad_decision_server_url #ad_decision_server_url} => String
@@ -2986,6 +3002,7 @@ module Aws::MediaTailor
2986
3002
  # * {Types::PutPlaybackConfigurationResponse#transcode_profile_name #transcode_profile_name} => String
2987
3003
  # * {Types::PutPlaybackConfigurationResponse#video_content_source_url #video_content_source_url} => String
2988
3004
  # * {Types::PutPlaybackConfigurationResponse#ad_conditioning_configuration #ad_conditioning_configuration} => Types::AdConditioningConfiguration
3005
+ # * {Types::PutPlaybackConfigurationResponse#ad_decision_server_configuration #ad_decision_server_configuration} => Types::AdDecisionServerConfiguration
2989
3006
  #
2990
3007
  # @example Request syntax with placeholder values
2991
3008
  #
@@ -3034,6 +3051,16 @@ module Aws::MediaTailor
3034
3051
  # ad_conditioning_configuration: {
3035
3052
  # streaming_media_file_conditioning: "TRANSCODE", # required, accepts TRANSCODE, NONE
3036
3053
  # },
3054
+ # ad_decision_server_configuration: {
3055
+ # http_request: {
3056
+ # method: "GET", # accepts GET, POST
3057
+ # body: "__string",
3058
+ # headers: {
3059
+ # "__string" => "__string",
3060
+ # },
3061
+ # compress_request: "NONE", # accepts NONE, GZIP
3062
+ # },
3063
+ # },
3037
3064
  # })
3038
3065
  #
3039
3066
  # @example Response structure
@@ -3077,6 +3104,11 @@ module Aws::MediaTailor
3077
3104
  # resp.transcode_profile_name #=> String
3078
3105
  # resp.video_content_source_url #=> String
3079
3106
  # resp.ad_conditioning_configuration.streaming_media_file_conditioning #=> String, one of "TRANSCODE", "NONE"
3107
+ # resp.ad_decision_server_configuration.http_request.method #=> String, one of "GET", "POST"
3108
+ # resp.ad_decision_server_configuration.http_request.body #=> String
3109
+ # resp.ad_decision_server_configuration.http_request.headers #=> Hash
3110
+ # resp.ad_decision_server_configuration.http_request.headers["__string"] #=> String
3111
+ # resp.ad_decision_server_configuration.http_request.compress_request #=> String, one of "NONE", "GZIP"
3080
3112
  #
3081
3113
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PutPlaybackConfiguration AWS API Documentation
3082
3114
  #
@@ -3757,7 +3789,7 @@ module Aws::MediaTailor
3757
3789
  tracer: tracer
3758
3790
  )
3759
3791
  context[:gem_name] = 'aws-sdk-mediatailor'
3760
- context[:gem_version] = '1.110.0'
3792
+ context[:gem_version] = '1.111.0'
3761
3793
  Seahorse::Client::Request.new(handlers, context)
3762
3794
  end
3763
3795
 
@@ -21,6 +21,7 @@ module Aws::MediaTailor
21
21
  AdBreakOpportunities = Shapes::ListShape.new(name: 'AdBreakOpportunities')
22
22
  AdBreakOpportunity = Shapes::StructureShape.new(name: 'AdBreakOpportunity')
23
23
  AdConditioningConfiguration = Shapes::StructureShape.new(name: 'AdConditioningConfiguration')
24
+ AdDecisionServerConfiguration = Shapes::StructureShape.new(name: 'AdDecisionServerConfiguration')
24
25
  AdMarkerPassthrough = Shapes::StructureShape.new(name: 'AdMarkerPassthrough')
25
26
  AdMarkupType = Shapes::StringShape.new(name: 'AdMarkupType')
26
27
  AdsInteractionExcludeEventType = Shapes::StringShape.new(name: 'AdsInteractionExcludeEventType')
@@ -39,6 +40,7 @@ module Aws::MediaTailor
39
40
  Channel = Shapes::StructureShape.new(name: 'Channel')
40
41
  ChannelState = Shapes::StringShape.new(name: 'ChannelState')
41
42
  ClipRange = Shapes::StructureShape.new(name: 'ClipRange')
43
+ CompressionMethod = Shapes::StringShape.new(name: 'CompressionMethod')
42
44
  ConfigurationAliasesRequest = Shapes::MapShape.new(name: 'ConfigurationAliasesRequest')
43
45
  ConfigurationAliasesResponse = Shapes::MapShape.new(name: 'ConfigurationAliasesResponse')
44
46
  ConfigureLogsForChannelRequest = Shapes::StructureShape.new(name: 'ConfigureLogsForChannelRequest')
@@ -101,6 +103,7 @@ module Aws::MediaTailor
101
103
  HttpConfiguration = Shapes::StructureShape.new(name: 'HttpConfiguration')
102
104
  HttpPackageConfiguration = Shapes::StructureShape.new(name: 'HttpPackageConfiguration')
103
105
  HttpPackageConfigurations = Shapes::ListShape.new(name: 'HttpPackageConfigurations')
106
+ HttpRequest = Shapes::StructureShape.new(name: 'HttpRequest')
104
107
  InsertionMode = Shapes::StringShape.new(name: 'InsertionMode')
105
108
  Integer = Shapes::IntegerShape.new(name: 'Integer')
106
109
  KeyValuePair = Shapes::StructureShape.new(name: 'KeyValuePair')
@@ -134,6 +137,7 @@ module Aws::MediaTailor
134
137
  ManifestServiceInteractionLog = Shapes::StructureShape.new(name: 'ManifestServiceInteractionLog')
135
138
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
136
139
  MessageType = Shapes::StringShape.new(name: 'MessageType')
140
+ Method = Shapes::StringShape.new(name: 'Method')
137
141
  Mode = Shapes::StringShape.new(name: 'Mode')
138
142
  Operator = Shapes::StringShape.new(name: 'Operator')
139
143
  OriginManifestType = Shapes::StringShape.new(name: 'OriginManifestType')
@@ -172,6 +176,7 @@ module Aws::MediaTailor
172
176
  StopChannelResponse = Shapes::StructureShape.new(name: 'StopChannelResponse')
173
177
  StreamingMediaFileConditioning = Shapes::StringShape.new(name: 'StreamingMediaFileConditioning')
174
178
  String = Shapes::StringShape.new(name: 'String')
179
+ StringMap = Shapes::MapShape.new(name: 'StringMap')
175
180
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
176
181
  Tier = Shapes::StringShape.new(name: 'Tier')
177
182
  TimeShiftConfiguration = Shapes::StructureShape.new(name: 'TimeShiftConfiguration')
@@ -246,6 +251,9 @@ module Aws::MediaTailor
246
251
  AdConditioningConfiguration.add_member(:streaming_media_file_conditioning, Shapes::ShapeRef.new(shape: StreamingMediaFileConditioning, required: true, location_name: "StreamingMediaFileConditioning"))
247
252
  AdConditioningConfiguration.struct_class = Types::AdConditioningConfiguration
248
253
 
254
+ AdDecisionServerConfiguration.add_member(:http_request, Shapes::ShapeRef.new(shape: HttpRequest, location_name: "HttpRequest"))
255
+ AdDecisionServerConfiguration.struct_class = Types::AdDecisionServerConfiguration
256
+
249
257
  AdMarkerPassthrough.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "Enabled"))
250
258
  AdMarkerPassthrough.struct_class = Types::AdMarkerPassthrough
251
259
 
@@ -638,6 +646,7 @@ module Aws::MediaTailor
638
646
  GetPlaybackConfigurationResponse.add_member(:transcode_profile_name, Shapes::ShapeRef.new(shape: __string, location_name: "TranscodeProfileName"))
639
647
  GetPlaybackConfigurationResponse.add_member(:video_content_source_url, Shapes::ShapeRef.new(shape: __string, location_name: "VideoContentSourceUrl"))
640
648
  GetPlaybackConfigurationResponse.add_member(:ad_conditioning_configuration, Shapes::ShapeRef.new(shape: AdConditioningConfiguration, location_name: "AdConditioningConfiguration"))
649
+ GetPlaybackConfigurationResponse.add_member(:ad_decision_server_configuration, Shapes::ShapeRef.new(shape: AdDecisionServerConfiguration, location_name: "AdDecisionServerConfiguration"))
641
650
  GetPlaybackConfigurationResponse.struct_class = Types::GetPlaybackConfigurationResponse
642
651
 
643
652
  GetPrefetchScheduleRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "Name"))
@@ -671,6 +680,12 @@ module Aws::MediaTailor
671
680
 
672
681
  HttpPackageConfigurations.member = Shapes::ShapeRef.new(shape: HttpPackageConfiguration)
673
682
 
683
+ HttpRequest.add_member(:method, Shapes::ShapeRef.new(shape: Method, location_name: "Method"))
684
+ HttpRequest.add_member(:body, Shapes::ShapeRef.new(shape: __string, location_name: "Body"))
685
+ HttpRequest.add_member(:headers, Shapes::ShapeRef.new(shape: StringMap, location_name: "Headers"))
686
+ HttpRequest.add_member(:compress_request, Shapes::ShapeRef.new(shape: CompressionMethod, location_name: "CompressRequest"))
687
+ HttpRequest.struct_class = Types::HttpRequest
688
+
674
689
  KeyValuePair.add_member(:key, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Key"))
675
690
  KeyValuePair.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
676
691
  KeyValuePair.struct_class = Types::KeyValuePair
@@ -794,6 +809,7 @@ module Aws::MediaTailor
794
809
  PlaybackConfiguration.add_member(:transcode_profile_name, Shapes::ShapeRef.new(shape: __string, location_name: "TranscodeProfileName"))
795
810
  PlaybackConfiguration.add_member(:video_content_source_url, Shapes::ShapeRef.new(shape: __string, location_name: "VideoContentSourceUrl"))
796
811
  PlaybackConfiguration.add_member(:ad_conditioning_configuration, Shapes::ShapeRef.new(shape: AdConditioningConfiguration, location_name: "AdConditioningConfiguration"))
812
+ PlaybackConfiguration.add_member(:ad_decision_server_configuration, Shapes::ShapeRef.new(shape: AdDecisionServerConfiguration, location_name: "AdDecisionServerConfiguration"))
797
813
  PlaybackConfiguration.struct_class = Types::PlaybackConfiguration
798
814
 
799
815
  PrefetchConsumption.add_member(:avail_matching_criteria, Shapes::ShapeRef.new(shape: __listOfAvailMatchingCriteria, location_name: "AvailMatchingCriteria"))
@@ -841,6 +857,7 @@ module Aws::MediaTailor
841
857
  PutPlaybackConfigurationRequest.add_member(:transcode_profile_name, Shapes::ShapeRef.new(shape: __string, location_name: "TranscodeProfileName"))
842
858
  PutPlaybackConfigurationRequest.add_member(:video_content_source_url, Shapes::ShapeRef.new(shape: __string, location_name: "VideoContentSourceUrl"))
843
859
  PutPlaybackConfigurationRequest.add_member(:ad_conditioning_configuration, Shapes::ShapeRef.new(shape: AdConditioningConfiguration, location_name: "AdConditioningConfiguration"))
860
+ PutPlaybackConfigurationRequest.add_member(:ad_decision_server_configuration, Shapes::ShapeRef.new(shape: AdDecisionServerConfiguration, location_name: "AdDecisionServerConfiguration"))
844
861
  PutPlaybackConfigurationRequest.struct_class = Types::PutPlaybackConfigurationRequest
845
862
 
846
863
  PutPlaybackConfigurationResponse.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
@@ -864,6 +881,7 @@ module Aws::MediaTailor
864
881
  PutPlaybackConfigurationResponse.add_member(:transcode_profile_name, Shapes::ShapeRef.new(shape: __string, location_name: "TranscodeProfileName"))
865
882
  PutPlaybackConfigurationResponse.add_member(:video_content_source_url, Shapes::ShapeRef.new(shape: __string, location_name: "VideoContentSourceUrl"))
866
883
  PutPlaybackConfigurationResponse.add_member(:ad_conditioning_configuration, Shapes::ShapeRef.new(shape: AdConditioningConfiguration, location_name: "AdConditioningConfiguration"))
884
+ PutPlaybackConfigurationResponse.add_member(:ad_decision_server_configuration, Shapes::ShapeRef.new(shape: AdDecisionServerConfiguration, location_name: "AdDecisionServerConfiguration"))
867
885
  PutPlaybackConfigurationResponse.struct_class = Types::PutPlaybackConfigurationResponse
868
886
 
869
887
  RecurringConsumption.add_member(:retrieved_ad_expiration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "RetrievedAdExpirationSeconds"))
@@ -975,6 +993,9 @@ module Aws::MediaTailor
975
993
 
976
994
  StopChannelResponse.struct_class = Types::StopChannelResponse
977
995
 
996
+ StringMap.key = Shapes::ShapeRef.new(shape: __string)
997
+ StringMap.value = Shapes::ShapeRef.new(shape: __string)
998
+
978
999
  TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ResourceArn"))
979
1000
  TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, required: true, location_name: "tags"))
980
1001
  TagResourceRequest.struct_class = Types::TagResourceRequest
@@ -188,6 +188,23 @@ module Aws::MediaTailor
188
188
  include Aws::Structure
189
189
  end
190
190
 
191
+ # Configuration parameters for customizing HTTP requests sent to the ad
192
+ # decision server (ADS). This allows you to specify the HTTP method,
193
+ # headers, request body, and compression settings for ADS requests.
194
+ #
195
+ # @!attribute [rw] http_request
196
+ # The HTTP request configuration parameters for the ad decision
197
+ # server.
198
+ # @return [Types::HttpRequest]
199
+ #
200
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/AdDecisionServerConfiguration AWS API Documentation
201
+ #
202
+ class AdDecisionServerConfiguration < Struct.new(
203
+ :http_request)
204
+ SENSITIVE = []
205
+ include Aws::Structure
206
+ end
207
+
191
208
  # For HLS, when set to `true`, MediaTailor passes through
192
209
  # `EXT-X-CUE-IN`, `EXT-X-CUE-OUT`, and `EXT-X-SPLICEPOINT-SCTE35` ad
193
210
  # markers from the origin manifest to the MediaTailor personalized
@@ -2340,6 +2357,12 @@ module Aws::MediaTailor
2340
2357
  # priority MediaTailor uses when inserting ads.
2341
2358
  # @return [Types::AdConditioningConfiguration]
2342
2359
  #
2360
+ # @!attribute [rw] ad_decision_server_configuration
2361
+ # The configuration for customizing HTTP requests to the ad decision
2362
+ # server (ADS). This includes settings for request method, headers,
2363
+ # body content, and compression options.
2364
+ # @return [Types::AdDecisionServerConfiguration]
2365
+ #
2343
2366
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetPlaybackConfigurationResponse AWS API Documentation
2344
2367
  #
2345
2368
  class GetPlaybackConfigurationResponse < Struct.new(
@@ -2363,7 +2386,8 @@ module Aws::MediaTailor
2363
2386
  :tags,
2364
2387
  :transcode_profile_name,
2365
2388
  :video_content_source_url,
2366
- :ad_conditioning_configuration)
2389
+ :ad_conditioning_configuration,
2390
+ :ad_decision_server_configuration)
2367
2391
  SENSITIVE = []
2368
2392
  include Aws::Structure
2369
2393
  end
@@ -2534,6 +2558,42 @@ module Aws::MediaTailor
2534
2558
  include Aws::Structure
2535
2559
  end
2536
2560
 
2561
+ # HTTP request configuration parameters that define how MediaTailor
2562
+ # communicates with the ad decision server.
2563
+ #
2564
+ # @!attribute [rw] method
2565
+ # The HTTP method to use when making requests to the ad decision
2566
+ # server. Supported values are `GET` and `POST`.
2567
+ # @return [String]
2568
+ #
2569
+ # @!attribute [rw] body
2570
+ # The request body content to send with HTTP requests to the ad
2571
+ # decision server. This value is only eligible for `POST` requests.
2572
+ # @return [String]
2573
+ #
2574
+ # @!attribute [rw] headers
2575
+ # Custom HTTP headers to include in requests to the ad decision
2576
+ # server. Specify headers as key-value pairs. This value is only
2577
+ # eligible for `POST` requests.
2578
+ # @return [Hash<String,String>]
2579
+ #
2580
+ # @!attribute [rw] compress_request
2581
+ # The compression method to apply to requests sent to the ad decision
2582
+ # server. Supported values are `NONE` and `GZIP`. This value is only
2583
+ # eligible for `POST` requests.
2584
+ # @return [String]
2585
+ #
2586
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/HttpRequest AWS API Documentation
2587
+ #
2588
+ class HttpRequest < Struct.new(
2589
+ :method,
2590
+ :body,
2591
+ :headers,
2592
+ :compress_request)
2593
+ SENSITIVE = []
2594
+ include Aws::Structure
2595
+ end
2596
+
2537
2597
  # For `SCTE35_ENHANCED` output, defines a key and corresponding value.
2538
2598
  # MediaTailor generates these pairs within the `EXT-X-ASSET`tag.
2539
2599
  #
@@ -3362,6 +3422,13 @@ module Aws::MediaTailor
3362
3422
  # priority MediaTailor uses when inserting ads.
3363
3423
  # @return [Types::AdConditioningConfiguration]
3364
3424
  #
3425
+ # @!attribute [rw] ad_decision_server_configuration
3426
+ # Configuration parameters for customizing HTTP requests sent to the
3427
+ # ad decision server (ADS). This allows you to specify the HTTP
3428
+ # method, headers, request body, and compression settings for ADS
3429
+ # requests.
3430
+ # @return [Types::AdDecisionServerConfiguration]
3431
+ #
3365
3432
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PlaybackConfiguration AWS API Documentation
3366
3433
  #
3367
3434
  class PlaybackConfiguration < Struct.new(
@@ -3385,7 +3452,8 @@ module Aws::MediaTailor
3385
3452
  :tags,
3386
3453
  :transcode_profile_name,
3387
3454
  :video_content_source_url,
3388
- :ad_conditioning_configuration)
3455
+ :ad_conditioning_configuration,
3456
+ :ad_decision_server_configuration)
3389
3457
  SENSITIVE = []
3390
3458
  include Aws::Structure
3391
3459
  end
@@ -3455,19 +3523,22 @@ module Aws::MediaTailor
3455
3523
  # @return [Time]
3456
3524
  #
3457
3525
  # @!attribute [rw] traffic_shaping_type
3458
- # Indicates the type of traffic shaping used for prefetch traffic
3459
- # shaping and limiting the number of requests to the ADS at one time.
3526
+ # Indicates the type of traffic shaping used to limit the number of
3527
+ # requests to the ADS at one time.
3460
3528
  # @return [String]
3461
3529
  #
3462
3530
  # @!attribute [rw] traffic_shaping_retrieval_window
3463
- # Configuration for spreading ADS traffic across a set window instead
3464
- # of sending ADS requests for all sessions at the same time.
3531
+ # The configuration that tells Elemental MediaTailor how many seconds
3532
+ # to spread out requests to the ad decision server (ADS). Instead of
3533
+ # sending ADS requests for all sessions at the same time, MediaTailor
3534
+ # spreads the requests across the amount of time specified in the
3535
+ # retrieval window.
3465
3536
  # @return [Types::TrafficShapingRetrievalWindow]
3466
3537
  #
3467
3538
  # @!attribute [rw] traffic_shaping_tps_configuration
3468
- # The configuration for TPS-based traffic shaping that limits the
3469
- # number of requests to the ad decision server (ADS) based on
3470
- # transactions per second instead of time windows.
3539
+ # The configuration for TPS-based traffic shaping. This approach
3540
+ # limits requests to the ad decision server (ADS) based on
3541
+ # transactions per second and concurrent users.
3471
3542
  # @return [Types::TrafficShapingTpsConfiguration]
3472
3543
  #
3473
3544
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PrefetchRetrieval AWS API Documentation
@@ -3708,6 +3779,12 @@ module Aws::MediaTailor
3708
3779
  # priority MediaTailor uses when inserting ads.
3709
3780
  # @return [Types::AdConditioningConfiguration]
3710
3781
  #
3782
+ # @!attribute [rw] ad_decision_server_configuration
3783
+ # The configuration for customizing HTTP requests to the ad decision
3784
+ # server (ADS). This includes settings for request method, headers,
3785
+ # body content, and compression options.
3786
+ # @return [Types::AdDecisionServerConfiguration]
3787
+ #
3711
3788
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PutPlaybackConfigurationRequest AWS API Documentation
3712
3789
  #
3713
3790
  class PutPlaybackConfigurationRequest < Struct.new(
@@ -3726,7 +3803,8 @@ module Aws::MediaTailor
3726
3803
  :tags,
3727
3804
  :transcode_profile_name,
3728
3805
  :video_content_source_url,
3729
- :ad_conditioning_configuration)
3806
+ :ad_conditioning_configuration,
3807
+ :ad_decision_server_configuration)
3730
3808
  SENSITIVE = []
3731
3809
  include Aws::Structure
3732
3810
  end
@@ -3881,6 +3959,12 @@ module Aws::MediaTailor
3881
3959
  # priority MediaTailor uses when inserting ads.
3882
3960
  # @return [Types::AdConditioningConfiguration]
3883
3961
  #
3962
+ # @!attribute [rw] ad_decision_server_configuration
3963
+ # The configuration for customizing HTTP requests to the ad decision
3964
+ # server (ADS). This includes settings for request method, headers,
3965
+ # body content, and compression options.
3966
+ # @return [Types::AdDecisionServerConfiguration]
3967
+ #
3884
3968
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PutPlaybackConfigurationResponse AWS API Documentation
3885
3969
  #
3886
3970
  class PutPlaybackConfigurationResponse < Struct.new(
@@ -3904,7 +3988,8 @@ module Aws::MediaTailor
3904
3988
  :tags,
3905
3989
  :transcode_profile_name,
3906
3990
  :video_content_source_url,
3907
- :ad_conditioning_configuration)
3991
+ :ad_conditioning_configuration,
3992
+ :ad_decision_server_configuration)
3908
3993
  SENSITIVE = []
3909
3994
  include Aws::Structure
3910
3995
  end
@@ -3982,19 +4067,22 @@ module Aws::MediaTailor
3982
4067
  # @return [Integer]
3983
4068
  #
3984
4069
  # @!attribute [rw] traffic_shaping_type
3985
- # Indicates the type of traffic shaping used for traffic shaping and
3986
- # limiting the number of requests to the ADS at one time.
4070
+ # Indicates the type of traffic shaping used to limit the number of
4071
+ # requests to the ADS at one time.
3987
4072
  # @return [String]
3988
4073
  #
3989
4074
  # @!attribute [rw] traffic_shaping_retrieval_window
3990
- # Configuration for spreading ADS traffic across a set window instead
3991
- # of sending ADS requests for all sessions at the same time.
4075
+ # The configuration that tells Elemental MediaTailor how many seconds
4076
+ # to spread out requests to the ad decision server (ADS). Instead of
4077
+ # sending ADS requests for all sessions at the same time, MediaTailor
4078
+ # spreads the requests across the amount of time specified in the
4079
+ # retrieval window.
3992
4080
  # @return [Types::TrafficShapingRetrievalWindow]
3993
4081
  #
3994
4082
  # @!attribute [rw] traffic_shaping_tps_configuration
3995
- # The configuration for TPS-based traffic shaping that limits the
3996
- # number of requests to the ad decision server (ADS) based on
3997
- # transactions per second instead of time windows.
4083
+ # The configuration for TPS-based traffic shaping. This approach
4084
+ # limits requests to the ad decision server (ADS) based on
4085
+ # transactions per second and concurrent users.
3998
4086
  # @return [Types::TrafficShapingTpsConfiguration]
3999
4087
  #
4000
4088
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/RecurringRetrieval AWS API Documentation
@@ -4560,10 +4648,11 @@ module Aws::MediaTailor
4560
4648
  include Aws::Structure
4561
4649
  end
4562
4650
 
4563
- # The configuration that tells Elemental MediaTailor how to spread out
4564
- # requests to the ad decision server (ADS). Instead of sending ADS
4565
- # requests for all sessions at the same time, MediaTailor spreads the
4566
- # requests across the amount of time specified in the retrieval window.
4651
+ # The configuration that tells Elemental MediaTailor how many seconds to
4652
+ # spread out requests to the ad decision server (ADS). Instead of
4653
+ # sending ADS requests for all sessions at the same time, MediaTailor
4654
+ # spreads the requests across the amount of time specified in the
4655
+ # retrieval window.
4567
4656
  #
4568
4657
  # @!attribute [rw] retrieval_window_duration_seconds
4569
4658
  # The amount of time, in seconds, that MediaTailor spreads prefetch
@@ -4580,8 +4669,7 @@ module Aws::MediaTailor
4580
4669
 
4581
4670
  # The configuration for TPS-based traffic shaping. This approach limits
4582
4671
  # requests to the ad decision server (ADS) based on transactions per
4583
- # second and concurrent users, providing more intuitive capacity
4584
- # management compared to time-window based traffic shaping.
4672
+ # second and concurrent users.
4585
4673
  #
4586
4674
  # @!attribute [rw] peak_tps
4587
4675
  # The maximum number of transactions per second (TPS) that your ad
@@ -54,7 +54,7 @@ module Aws::MediaTailor
54
54
  autoload :EndpointProvider, 'aws-sdk-mediatailor/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediatailor/endpoints'
56
56
 
57
- GEM_VERSION = '1.110.0'
57
+ GEM_VERSION = '1.111.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -667,6 +667,7 @@ module Aws
667
667
  def transcode_profile_name: () -> ::String
668
668
  def video_content_source_url: () -> ::String
669
669
  def ad_conditioning_configuration: () -> Types::AdConditioningConfiguration
670
+ def ad_decision_server_configuration: () -> Types::AdDecisionServerConfiguration
670
671
  end
671
672
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaTailor/Client.html#get_playback_configuration-instance_method
672
673
  def get_playback_configuration: (
@@ -825,6 +826,7 @@ module Aws
825
826
  def transcode_profile_name: () -> ::String
826
827
  def video_content_source_url: () -> ::String
827
828
  def ad_conditioning_configuration: () -> Types::AdConditioningConfiguration
829
+ def ad_decision_server_configuration: () -> Types::AdDecisionServerConfiguration
828
830
  end
829
831
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaTailor/Client.html#put_playback_configuration-instance_method
830
832
  def put_playback_configuration: (
@@ -865,6 +867,14 @@ module Aws
865
867
  ?video_content_source_url: ::String,
866
868
  ?ad_conditioning_configuration: {
867
869
  streaming_media_file_conditioning: ("TRANSCODE" | "NONE")
870
+ },
871
+ ?ad_decision_server_configuration: {
872
+ http_request: {
873
+ method: ("GET" | "POST")?,
874
+ body: ::String?,
875
+ headers: Hash[::String, ::String]?,
876
+ compress_request: ("NONE" | "GZIP")?
877
+ }?
868
878
  }
869
879
  ) -> _PutPlaybackConfigurationResponseSuccess
870
880
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutPlaybackConfigurationResponseSuccess
data/sig/types.rbs CHANGED
@@ -34,6 +34,11 @@ module Aws::MediaTailor
34
34
  SENSITIVE: []
35
35
  end
36
36
 
37
+ class AdDecisionServerConfiguration
38
+ attr_accessor http_request: Types::HttpRequest
39
+ SENSITIVE: []
40
+ end
41
+
37
42
  class AdMarkerPassthrough
38
43
  attr_accessor enabled: bool
39
44
  SENSITIVE: []
@@ -537,6 +542,7 @@ module Aws::MediaTailor
537
542
  attr_accessor transcode_profile_name: ::String
538
543
  attr_accessor video_content_source_url: ::String
539
544
  attr_accessor ad_conditioning_configuration: Types::AdConditioningConfiguration
545
+ attr_accessor ad_decision_server_configuration: Types::AdDecisionServerConfiguration
540
546
  SENSITIVE: []
541
547
  end
542
548
 
@@ -581,6 +587,14 @@ module Aws::MediaTailor
581
587
  SENSITIVE: []
582
588
  end
583
589
 
590
+ class HttpRequest
591
+ attr_accessor method: ("GET" | "POST")
592
+ attr_accessor body: ::String
593
+ attr_accessor headers: ::Hash[::String, ::String]
594
+ attr_accessor compress_request: ("NONE" | "GZIP")
595
+ SENSITIVE: []
596
+ end
597
+
584
598
  class KeyValuePair
585
599
  attr_accessor key: ::String
586
600
  attr_accessor value: ::String
@@ -749,6 +763,7 @@ module Aws::MediaTailor
749
763
  attr_accessor transcode_profile_name: ::String
750
764
  attr_accessor video_content_source_url: ::String
751
765
  attr_accessor ad_conditioning_configuration: Types::AdConditioningConfiguration
766
+ attr_accessor ad_decision_server_configuration: Types::AdDecisionServerConfiguration
752
767
  SENSITIVE: []
753
768
  end
754
769
 
@@ -807,6 +822,7 @@ module Aws::MediaTailor
807
822
  attr_accessor transcode_profile_name: ::String
808
823
  attr_accessor video_content_source_url: ::String
809
824
  attr_accessor ad_conditioning_configuration: Types::AdConditioningConfiguration
825
+ attr_accessor ad_decision_server_configuration: Types::AdDecisionServerConfiguration
810
826
  SENSITIVE: []
811
827
  end
812
828
 
@@ -832,6 +848,7 @@ module Aws::MediaTailor
832
848
  attr_accessor transcode_profile_name: ::String
833
849
  attr_accessor video_content_source_url: ::String
834
850
  attr_accessor ad_conditioning_configuration: Types::AdConditioningConfiguration
851
+ attr_accessor ad_decision_server_configuration: Types::AdDecisionServerConfiguration
835
852
  SENSITIVE: []
836
853
  end
837
854
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediatailor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.110.0
4
+ version: 1.111.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services