aws-sdk-mediatailor 1.22.0 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a13492c3b77187d4bcb39b082e577623c8cefa5d
|
4
|
+
data.tar.gz: 3523031848c9628dfb36b83915ed6a1de7b511b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff7c12a80e0ddabbd36056b01b4adc345d136174456f0a1c1c22169923df61a0b0c1f0dd2591280596dc8b7282f4a410156027b5d59c67c7c7555fcf5185dd1b
|
7
|
+
data.tar.gz: ade5545d7a3b30f1161ccc97edd39185e957416a60d61381286826a36d8001c7cc59fe49bbab4ed26ef021804e137dcc6c0968bfeeb89a10bdcac27b957cf4c2
|
data/lib/aws-sdk-mediatailor.rb
CHANGED
@@ -283,6 +283,7 @@ module Aws::MediaTailor
|
|
283
283
|
#
|
284
284
|
# * {Types::GetPlaybackConfigurationResponse#ad_decision_server_url #ad_decision_server_url} => String
|
285
285
|
# * {Types::GetPlaybackConfigurationResponse#cdn_configuration #cdn_configuration} => Types::CdnConfiguration
|
286
|
+
# * {Types::GetPlaybackConfigurationResponse#personalization_threshold_seconds #personalization_threshold_seconds} => Integer
|
286
287
|
# * {Types::GetPlaybackConfigurationResponse#dash_configuration #dash_configuration} => Types::DashConfiguration
|
287
288
|
# * {Types::GetPlaybackConfigurationResponse#hls_configuration #hls_configuration} => Types::HlsConfiguration
|
288
289
|
# * {Types::GetPlaybackConfigurationResponse#live_pre_roll_configuration #live_pre_roll_configuration} => Types::LivePreRollConfiguration
|
@@ -306,6 +307,7 @@ module Aws::MediaTailor
|
|
306
307
|
# resp.ad_decision_server_url #=> String
|
307
308
|
# resp.cdn_configuration.ad_segment_url_prefix #=> String
|
308
309
|
# resp.cdn_configuration.content_segment_url_prefix #=> String
|
310
|
+
# resp.personalization_threshold_seconds #=> Integer
|
309
311
|
# resp.dash_configuration.manifest_endpoint_prefix #=> String
|
310
312
|
# resp.dash_configuration.mpd_location #=> String
|
311
313
|
# resp.dash_configuration.origin_manifest_type #=> String, one of "SINGLE_PERIOD", "MULTI_PERIOD"
|
@@ -360,6 +362,7 @@ module Aws::MediaTailor
|
|
360
362
|
# resp.items[0].ad_decision_server_url #=> String
|
361
363
|
# resp.items[0].cdn_configuration.ad_segment_url_prefix #=> String
|
362
364
|
# resp.items[0].cdn_configuration.content_segment_url_prefix #=> String
|
365
|
+
# resp.items[0].personalization_threshold_seconds #=> Integer
|
363
366
|
# resp.items[0].dash_configuration.manifest_endpoint_prefix #=> String
|
364
367
|
# resp.items[0].dash_configuration.mpd_location #=> String
|
365
368
|
# resp.items[0].dash_configuration.origin_manifest_type #=> String, one of "SINGLE_PERIOD", "MULTI_PERIOD"
|
@@ -427,6 +430,10 @@ module Aws::MediaTailor
|
|
427
430
|
# The configuration for using a content delivery network (CDN), like
|
428
431
|
# Amazon CloudFront, for content and ad segment management.
|
429
432
|
#
|
433
|
+
# @option params [Integer] :personalization_threshold_seconds
|
434
|
+
# The maximum duration of underfilled ad time (in seconds) allowed in an
|
435
|
+
# ad break.
|
436
|
+
#
|
430
437
|
# @option params [Types::DashConfigurationForPut] :dash_configuration
|
431
438
|
# The configuration for DASH content.
|
432
439
|
#
|
@@ -482,6 +489,7 @@ module Aws::MediaTailor
|
|
482
489
|
# ad_segment_url_prefix: "__string",
|
483
490
|
# content_segment_url_prefix: "__string",
|
484
491
|
# },
|
492
|
+
# personalization_threshold_seconds: 1,
|
485
493
|
# dash_configuration: {
|
486
494
|
# mpd_location: "__string",
|
487
495
|
# origin_manifest_type: "SINGLE_PERIOD", # accepts SINGLE_PERIOD, MULTI_PERIOD
|
@@ -594,7 +602,7 @@ module Aws::MediaTailor
|
|
594
602
|
params: params,
|
595
603
|
config: config)
|
596
604
|
context[:gem_name] = 'aws-sdk-mediatailor'
|
597
|
-
context[:gem_version] = '1.
|
605
|
+
context[:gem_version] = '1.23.0'
|
598
606
|
Seahorse::Client::Request.new(handlers, context)
|
599
607
|
end
|
600
608
|
|
@@ -35,6 +35,7 @@ module Aws::MediaTailor
|
|
35
35
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
36
36
|
__double = Shapes::FloatShape.new(name: '__double')
|
37
37
|
__integer = Shapes::IntegerShape.new(name: '__integer')
|
38
|
+
__integerMin1 = Shapes::IntegerShape.new(name: '__integerMin1')
|
38
39
|
__integerMin1Max100 = Shapes::IntegerShape.new(name: '__integerMin1Max100')
|
39
40
|
__listOfPlaybackConfigurations = Shapes::ListShape.new(name: '__listOfPlaybackConfigurations')
|
40
41
|
__listOf__string = Shapes::ListShape.new(name: '__listOf__string')
|
@@ -70,6 +71,7 @@ module Aws::MediaTailor
|
|
70
71
|
|
71
72
|
GetPlaybackConfigurationResponse.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
|
72
73
|
GetPlaybackConfigurationResponse.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
|
74
|
+
GetPlaybackConfigurationResponse.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
|
73
75
|
GetPlaybackConfigurationResponse.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfiguration, location_name: "DashConfiguration"))
|
74
76
|
GetPlaybackConfigurationResponse.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: HlsConfiguration, location_name: "HlsConfiguration"))
|
75
77
|
GetPlaybackConfigurationResponse.add_member(:live_pre_roll_configuration, Shapes::ShapeRef.new(shape: LivePreRollConfiguration, location_name: "LivePreRollConfiguration"))
|
@@ -106,6 +108,7 @@ module Aws::MediaTailor
|
|
106
108
|
|
107
109
|
PlaybackConfiguration.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
|
108
110
|
PlaybackConfiguration.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
|
111
|
+
PlaybackConfiguration.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
|
109
112
|
PlaybackConfiguration.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfiguration, location_name: "DashConfiguration"))
|
110
113
|
PlaybackConfiguration.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: HlsConfiguration, location_name: "HlsConfiguration"))
|
111
114
|
PlaybackConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
@@ -120,6 +123,7 @@ module Aws::MediaTailor
|
|
120
123
|
|
121
124
|
PutPlaybackConfigurationRequest.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
|
122
125
|
PutPlaybackConfigurationRequest.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
|
126
|
+
PutPlaybackConfigurationRequest.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
|
123
127
|
PutPlaybackConfigurationRequest.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfigurationForPut, location_name: "DashConfiguration"))
|
124
128
|
PutPlaybackConfigurationRequest.add_member(:live_pre_roll_configuration, Shapes::ShapeRef.new(shape: LivePreRollConfiguration, location_name: "LivePreRollConfiguration"))
|
125
129
|
PutPlaybackConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
@@ -189,6 +189,11 @@ module Aws::MediaTailor
|
|
189
189
|
# Amazon CloudFront, for content and ad segment management.
|
190
190
|
# @return [Types::CdnConfiguration]
|
191
191
|
#
|
192
|
+
# @!attribute [rw] personalization_threshold_seconds
|
193
|
+
# The maximum duration of underfilled ad time (in seconds) allowed in
|
194
|
+
# an ad break.
|
195
|
+
# @return [Integer]
|
196
|
+
#
|
192
197
|
# @!attribute [rw] dash_configuration
|
193
198
|
# The configuration for DASH content.
|
194
199
|
# @return [Types::DashConfiguration]
|
@@ -250,6 +255,7 @@ module Aws::MediaTailor
|
|
250
255
|
class GetPlaybackConfigurationResponse < Struct.new(
|
251
256
|
:ad_decision_server_url,
|
252
257
|
:cdn_configuration,
|
258
|
+
:personalization_threshold_seconds,
|
253
259
|
:dash_configuration,
|
254
260
|
:hls_configuration,
|
255
261
|
:live_pre_roll_configuration,
|
@@ -355,6 +361,9 @@ module Aws::MediaTailor
|
|
355
361
|
# Amazon CloudFront, for content and ad segment management.
|
356
362
|
# @return [Types::CdnConfiguration]
|
357
363
|
#
|
364
|
+
# @!attribute [rw] personalization_threshold_seconds
|
365
|
+
# @return [Integer]
|
366
|
+
#
|
358
367
|
# @!attribute [rw] dash_configuration
|
359
368
|
# The configuration for DASH content.
|
360
369
|
# @return [Types::DashConfiguration]
|
@@ -392,6 +401,7 @@ module Aws::MediaTailor
|
|
392
401
|
class PlaybackConfiguration < Struct.new(
|
393
402
|
:ad_decision_server_url,
|
394
403
|
:cdn_configuration,
|
404
|
+
:personalization_threshold_seconds,
|
395
405
|
:dash_configuration,
|
396
406
|
:hls_configuration,
|
397
407
|
:name,
|
@@ -448,6 +458,7 @@ module Aws::MediaTailor
|
|
448
458
|
# ad_segment_url_prefix: "__string",
|
449
459
|
# content_segment_url_prefix: "__string",
|
450
460
|
# },
|
461
|
+
# personalization_threshold_seconds: 1,
|
451
462
|
# dash_configuration: {
|
452
463
|
# mpd_location: "__string",
|
453
464
|
# origin_manifest_type: "SINGLE_PERIOD", # accepts SINGLE_PERIOD, MULTI_PERIOD
|
@@ -479,6 +490,11 @@ module Aws::MediaTailor
|
|
479
490
|
# Amazon CloudFront, for content and ad segment management.
|
480
491
|
# @return [Types::CdnConfiguration]
|
481
492
|
#
|
493
|
+
# @!attribute [rw] personalization_threshold_seconds
|
494
|
+
# The maximum duration of underfilled ad time (in seconds) allowed in
|
495
|
+
# an ad break.
|
496
|
+
# @return [Integer]
|
497
|
+
#
|
482
498
|
# @!attribute [rw] dash_configuration
|
483
499
|
# The configuration for DASH content.
|
484
500
|
# @return [Types::DashConfigurationForPut]
|
@@ -522,6 +538,7 @@ module Aws::MediaTailor
|
|
522
538
|
class PutPlaybackConfigurationRequest < Struct.new(
|
523
539
|
:ad_decision_server_url,
|
524
540
|
:cdn_configuration,
|
541
|
+
:personalization_threshold_seconds,
|
525
542
|
:dash_configuration,
|
526
543
|
:live_pre_roll_configuration,
|
527
544
|
:name,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediatailor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.23.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:
|
11
|
+
date: 2020-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|