aws-sdk-mediatailor 1.32.0 → 1.33.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
  SHA256:
3
- metadata.gz: 5eef0010738606110c3be5de15612c37c968ebae933c26beb4eec924fdf630ad
4
- data.tar.gz: d43e01052aca1260662f45ef35534dd57d11f0abef252f5da8a54801e7015dcb
3
+ metadata.gz: 942ce5b770370977de906bdf761caf82b72e2d321721456257afd852b0f2f110
4
+ data.tar.gz: 4d281df17687159759694a9ae30eebcd094533e1822c8915c7857d78edbb1c9d
5
5
  SHA512:
6
- metadata.gz: d465fe12af7026753cde512720b6de40b9f9528f5e0b257d92f4018e37196296ddc587d7607e2bce8892fdba88fa0cd1a9443098075439e5500d732652309c72
7
- data.tar.gz: 3eb6523b54ceff0016bdb2b8e33b961ef74fc0e156023bf20a4e606a15d9a8f93fa6ae3292d8d8044928fa35971b69b29c7cf2fc0b717c8ef906fa4b8ebb984d
6
+ metadata.gz: 9093f243b55aceab695a04cdb5355e928c594d4deee52d7d43674087ccce438a3807fdb785f16781eb7fe930eae38e46e369e0bc1dd292f5d080fa868f4e27d0
7
+ data.tar.gz: b9407a1f81077d35c8258935fa90c9508091e8c72cd80758f11f526d779b6cd10700eef709fd3e8dadcd87454f05e817a3de5811bad2a300d6d2440912ebc9c8
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediatailor/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaTailor
50
50
 
51
- GEM_VERSION = '1.32.0'
51
+ GEM_VERSION = '1.33.0'
52
52
 
53
53
  end
@@ -362,6 +362,7 @@ module Aws::MediaTailor
362
362
  # * {Types::GetPlaybackConfigurationResponse#dash_configuration #dash_configuration} => Types::DashConfiguration
363
363
  # * {Types::GetPlaybackConfigurationResponse#hls_configuration #hls_configuration} => Types::HlsConfiguration
364
364
  # * {Types::GetPlaybackConfigurationResponse#live_pre_roll_configuration #live_pre_roll_configuration} => Types::LivePreRollConfiguration
365
+ # * {Types::GetPlaybackConfigurationResponse#manifest_processing_rules #manifest_processing_rules} => Types::ManifestProcessingRules
365
366
  # * {Types::GetPlaybackConfigurationResponse#name #name} => String
366
367
  # * {Types::GetPlaybackConfigurationResponse#playback_configuration_arn #playback_configuration_arn} => String
367
368
  # * {Types::GetPlaybackConfigurationResponse#playback_endpoint_prefix #playback_endpoint_prefix} => String
@@ -393,6 +394,7 @@ module Aws::MediaTailor
393
394
  # resp.hls_configuration.manifest_endpoint_prefix #=> String
394
395
  # resp.live_pre_roll_configuration.ad_decision_server_url #=> String
395
396
  # resp.live_pre_roll_configuration.max_duration_seconds #=> Integer
397
+ # resp.manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
396
398
  # resp.name #=> String
397
399
  # resp.playback_configuration_arn #=> String
398
400
  # resp.playback_endpoint_prefix #=> String
@@ -526,6 +528,11 @@ module Aws::MediaTailor
526
528
  # @option params [Types::LivePreRollConfiguration] :live_pre_roll_configuration
527
529
  # The configuration for pre-roll ad insertion.
528
530
  #
531
+ # @option params [Types::ManifestProcessingRules] :manifest_processing_rules
532
+ # The configuration for manifest processing rules. Manifest processing
533
+ # rules enable customization of the personalized manifests created by
534
+ # MediaTailor.
535
+ #
529
536
  # @option params [String] :name
530
537
  # The identifier for the playback configuration.
531
538
  #
@@ -561,6 +568,7 @@ module Aws::MediaTailor
561
568
  # * {Types::PutPlaybackConfigurationResponse#hls_configuration #hls_configuration} => Types::HlsConfiguration
562
569
  # * {Types::PutPlaybackConfigurationResponse#live_pre_roll_configuration #live_pre_roll_configuration} => Types::LivePreRollConfiguration
563
570
  # * {Types::PutPlaybackConfigurationResponse#name #name} => String
571
+ # * {Types::PutPlaybackConfigurationResponse#manifest_processing_rules #manifest_processing_rules} => Types::ManifestProcessingRules
564
572
  # * {Types::PutPlaybackConfigurationResponse#playback_configuration_arn #playback_configuration_arn} => String
565
573
  # * {Types::PutPlaybackConfigurationResponse#playback_endpoint_prefix #playback_endpoint_prefix} => String
566
574
  # * {Types::PutPlaybackConfigurationResponse#session_initialization_endpoint_prefix #session_initialization_endpoint_prefix} => String
@@ -594,6 +602,11 @@ module Aws::MediaTailor
594
602
  # ad_decision_server_url: "__string",
595
603
  # max_duration_seconds: 1,
596
604
  # },
605
+ # manifest_processing_rules: {
606
+ # ad_marker_passthrough: {
607
+ # enabled: false,
608
+ # },
609
+ # },
597
610
  # name: "__string",
598
611
  # slate_ad_url: "__string",
599
612
  # tags: {
@@ -619,6 +632,7 @@ module Aws::MediaTailor
619
632
  # resp.live_pre_roll_configuration.ad_decision_server_url #=> String
620
633
  # resp.live_pre_roll_configuration.max_duration_seconds #=> Integer
621
634
  # resp.name #=> String
635
+ # resp.manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
622
636
  # resp.playback_configuration_arn #=> String
623
637
  # resp.playback_endpoint_prefix #=> String
624
638
  # resp.session_initialization_endpoint_prefix #=> String
@@ -702,7 +716,7 @@ module Aws::MediaTailor
702
716
  params: params,
703
717
  config: config)
704
718
  context[:gem_name] = 'aws-sdk-mediatailor'
705
- context[:gem_version] = '1.32.0'
719
+ context[:gem_version] = '1.33.0'
706
720
  Seahorse::Client::Request.new(handlers, context)
707
721
  end
708
722
 
@@ -13,6 +13,7 @@ module Aws::MediaTailor
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AdMarkerPassthrough = Shapes::StructureShape.new(name: 'AdMarkerPassthrough')
16
17
  AvailSuppression = Shapes::StructureShape.new(name: 'AvailSuppression')
17
18
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
18
19
  Bumper = Shapes::StructureShape.new(name: 'Bumper')
@@ -29,6 +30,7 @@ module Aws::MediaTailor
29
30
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
30
31
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
31
32
  LivePreRollConfiguration = Shapes::StructureShape.new(name: 'LivePreRollConfiguration')
33
+ ManifestProcessingRules = Shapes::StructureShape.new(name: 'ManifestProcessingRules')
32
34
  Mode = Shapes::StringShape.new(name: 'Mode')
33
35
  OriginManifestType = Shapes::StringShape.new(name: 'OriginManifestType')
34
36
  PlaybackConfiguration = Shapes::StructureShape.new(name: 'PlaybackConfiguration')
@@ -50,6 +52,9 @@ module Aws::MediaTailor
50
52
  __timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
51
53
  __timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
52
54
 
55
+ AdMarkerPassthrough.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "Enabled"))
56
+ AdMarkerPassthrough.struct_class = Types::AdMarkerPassthrough
57
+
53
58
  AvailSuppression.add_member(:mode, Shapes::ShapeRef.new(shape: Mode, location_name: "Mode"))
54
59
  AvailSuppression.add_member(:value, Shapes::ShapeRef.new(shape: __string, location_name: "Value"))
55
60
  AvailSuppression.struct_class = Types::AvailSuppression
@@ -90,6 +95,7 @@ module Aws::MediaTailor
90
95
  GetPlaybackConfigurationResponse.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfiguration, location_name: "DashConfiguration"))
91
96
  GetPlaybackConfigurationResponse.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: HlsConfiguration, location_name: "HlsConfiguration"))
92
97
  GetPlaybackConfigurationResponse.add_member(:live_pre_roll_configuration, Shapes::ShapeRef.new(shape: LivePreRollConfiguration, location_name: "LivePreRollConfiguration"))
98
+ GetPlaybackConfigurationResponse.add_member(:manifest_processing_rules, Shapes::ShapeRef.new(shape: ManifestProcessingRules, location_name: "ManifestProcessingRules"))
93
99
  GetPlaybackConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
94
100
  GetPlaybackConfigurationResponse.add_member(:playback_configuration_arn, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationArn"))
95
101
  GetPlaybackConfigurationResponse.add_member(:playback_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackEndpointPrefix"))
@@ -121,6 +127,9 @@ module Aws::MediaTailor
121
127
  LivePreRollConfiguration.add_member(:max_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "MaxDurationSeconds"))
122
128
  LivePreRollConfiguration.struct_class = Types::LivePreRollConfiguration
123
129
 
130
+ ManifestProcessingRules.add_member(:ad_marker_passthrough, Shapes::ShapeRef.new(shape: AdMarkerPassthrough, location_name: "AdMarkerPassthrough"))
131
+ ManifestProcessingRules.struct_class = Types::ManifestProcessingRules
132
+
124
133
  PlaybackConfiguration.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
125
134
  PlaybackConfiguration.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
126
135
  PlaybackConfiguration.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
@@ -143,6 +152,7 @@ module Aws::MediaTailor
143
152
  PutPlaybackConfigurationRequest.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
144
153
  PutPlaybackConfigurationRequest.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfigurationForPut, location_name: "DashConfiguration"))
145
154
  PutPlaybackConfigurationRequest.add_member(:live_pre_roll_configuration, Shapes::ShapeRef.new(shape: LivePreRollConfiguration, location_name: "LivePreRollConfiguration"))
155
+ PutPlaybackConfigurationRequest.add_member(:manifest_processing_rules, Shapes::ShapeRef.new(shape: ManifestProcessingRules, location_name: "ManifestProcessingRules"))
146
156
  PutPlaybackConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
147
157
  PutPlaybackConfigurationRequest.add_member(:slate_ad_url, Shapes::ShapeRef.new(shape: __string, location_name: "SlateAdUrl"))
148
158
  PutPlaybackConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
@@ -158,6 +168,7 @@ module Aws::MediaTailor
158
168
  PutPlaybackConfigurationResponse.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: HlsConfiguration, location_name: "HlsConfiguration"))
159
169
  PutPlaybackConfigurationResponse.add_member(:live_pre_roll_configuration, Shapes::ShapeRef.new(shape: LivePreRollConfiguration, location_name: "LivePreRollConfiguration"))
160
170
  PutPlaybackConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
171
+ PutPlaybackConfigurationResponse.add_member(:manifest_processing_rules, Shapes::ShapeRef.new(shape: ManifestProcessingRules, location_name: "ManifestProcessingRules"))
161
172
  PutPlaybackConfigurationResponse.add_member(:playback_configuration_arn, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationArn"))
162
173
  PutPlaybackConfigurationResponse.add_member(:playback_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackEndpointPrefix"))
163
174
  PutPlaybackConfigurationResponse.add_member(:session_initialization_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "SessionInitializationEndpointPrefix"))
@@ -10,6 +10,24 @@
10
10
  module Aws::MediaTailor
11
11
  module Types
12
12
 
13
+ # @note When making an API call, you may pass AdMarkerPassthrough
14
+ # data as a hash:
15
+ #
16
+ # {
17
+ # enabled: false,
18
+ # }
19
+ #
20
+ # @!attribute [rw] enabled
21
+ # @return [Boolean]
22
+ #
23
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/AdMarkerPassthrough AWS API Documentation
24
+ #
25
+ class AdMarkerPassthrough < Struct.new(
26
+ :enabled)
27
+ SENSITIVE = []
28
+ include Aws::Structure
29
+ end
30
+
13
31
  # @note When making an API call, you may pass AvailSuppression
14
32
  # data as a hash:
15
33
  #
@@ -275,6 +293,12 @@ module Aws::MediaTailor
275
293
  # The configuration for pre-roll ad insertion.
276
294
  # @return [Types::LivePreRollConfiguration]
277
295
  #
296
+ # @!attribute [rw] manifest_processing_rules
297
+ # The configuration for manifest processing rules. Manifest processing
298
+ # rules enable customization of the personalized manifests created by
299
+ # MediaTailor.
300
+ # @return [Types::ManifestProcessingRules]
301
+ #
278
302
  # @!attribute [rw] name
279
303
  # The identifier for the playback configuration.
280
304
  # @return [String]
@@ -330,6 +354,7 @@ module Aws::MediaTailor
330
354
  :dash_configuration,
331
355
  :hls_configuration,
332
356
  :live_pre_roll_configuration,
357
+ :manifest_processing_rules,
333
358
  :name,
334
359
  :playback_configuration_arn,
335
360
  :playback_endpoint_prefix,
@@ -430,6 +455,37 @@ module Aws::MediaTailor
430
455
  include Aws::Structure
431
456
  end
432
457
 
458
+ # The configuration for manifest processing rules. Manifest processing
459
+ # rules enable customization of the personalized manifests created by
460
+ # MediaTailor.
461
+ #
462
+ # @note When making an API call, you may pass ManifestProcessingRules
463
+ # data as a hash:
464
+ #
465
+ # {
466
+ # ad_marker_passthrough: {
467
+ # enabled: false,
468
+ # },
469
+ # }
470
+ #
471
+ # @!attribute [rw] ad_marker_passthrough
472
+ # For HLS, when set to `true`, MediaTailor passes through
473
+ # EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers
474
+ # from the origin manifest to the MediaTailor personalized manifest.
475
+ #
476
+ # No logic is applied to these ad markers. For example, if
477
+ # EXT-X-CUE-OUT has a value of `60`, but no ads are filled for that ad
478
+ # break, MediaTailor will not set the value to 0.
479
+ # @return [Types::AdMarkerPassthrough]
480
+ #
481
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ManifestProcessingRules AWS API Documentation
482
+ #
483
+ class ManifestProcessingRules < Struct.new(
484
+ :ad_marker_passthrough)
485
+ SENSITIVE = []
486
+ include Aws::Structure
487
+ end
488
+
433
489
  # @!attribute [rw] ad_decision_server_url
434
490
  # @return [String]
435
491
  #
@@ -554,6 +610,11 @@ module Aws::MediaTailor
554
610
  # ad_decision_server_url: "__string",
555
611
  # max_duration_seconds: 1,
556
612
  # },
613
+ # manifest_processing_rules: {
614
+ # ad_marker_passthrough: {
615
+ # enabled: false,
616
+ # },
617
+ # },
557
618
  # name: "__string",
558
619
  # slate_ad_url: "__string",
559
620
  # tags: {
@@ -599,6 +660,12 @@ module Aws::MediaTailor
599
660
  # The configuration for pre-roll ad insertion.
600
661
  # @return [Types::LivePreRollConfiguration]
601
662
  #
663
+ # @!attribute [rw] manifest_processing_rules
664
+ # The configuration for manifest processing rules. Manifest processing
665
+ # rules enable customization of the personalized manifests created by
666
+ # MediaTailor.
667
+ # @return [Types::ManifestProcessingRules]
668
+ #
602
669
  # @!attribute [rw] name
603
670
  # The identifier for the playback configuration.
604
671
  # @return [String]
@@ -639,6 +706,7 @@ module Aws::MediaTailor
639
706
  :personalization_threshold_seconds,
640
707
  :dash_configuration,
641
708
  :live_pre_roll_configuration,
709
+ :manifest_processing_rules,
642
710
  :name,
643
711
  :slate_ad_url,
644
712
  :tags,
@@ -679,6 +747,12 @@ module Aws::MediaTailor
679
747
  # @!attribute [rw] name
680
748
  # @return [String]
681
749
  #
750
+ # @!attribute [rw] manifest_processing_rules
751
+ # The configuration for manifest processing rules. Manifest processing
752
+ # rules enable customization of the personalized manifests created by
753
+ # MediaTailor.
754
+ # @return [Types::ManifestProcessingRules]
755
+ #
682
756
  # @!attribute [rw] playback_configuration_arn
683
757
  # @return [String]
684
758
  #
@@ -711,6 +785,7 @@ module Aws::MediaTailor
711
785
  :hls_configuration,
712
786
  :live_pre_roll_configuration,
713
787
  :name,
788
+ :manifest_processing_rules,
714
789
  :playback_configuration_arn,
715
790
  :playback_endpoint_prefix,
716
791
  :session_initialization_endpoint_prefix,
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.32.0
4
+ version: 1.33.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: 2020-09-30 00:00:00.000000000 Z
11
+ date: 2020-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core