aws-sdk-mediatailor 1.28.1 → 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: 5382aaee53224bbba0c161220134f6eb06caf5709aa34a6824544abc64364fd8
4
- data.tar.gz: ccfa9510e3f299f4757d293801c5bc437c7f4f2f9a0f584fe2e5fa9e74252060
3
+ metadata.gz: 942ce5b770370977de906bdf761caf82b72e2d321721456257afd852b0f2f110
4
+ data.tar.gz: 4d281df17687159759694a9ae30eebcd094533e1822c8915c7857d78edbb1c9d
5
5
  SHA512:
6
- metadata.gz: 86e0c0b4a2e3149f0c4dd1364f8b441da133af81d4fc708322c27b81862d9fe52b11a6fbf92dfab291c16707649dbed0d7fbabc3f99234e583ecf709bf7db783
7
- data.tar.gz: a617a51075e0355af9e2ef42faf35d5d2c61449d85f0a5ac2b7407207d117b9f83c06c969c960aef0c646ebb1e3363663f4f283d3561b4e1c8344064d9807285
6
+ metadata.gz: 9093f243b55aceab695a04cdb5355e928c594d4deee52d7d43674087ccce438a3807fdb785f16781eb7fe930eae38e46e369e0bc1dd292f5d080fa868f4e27d0
7
+ data.tar.gz: b9407a1f81077d35c8258935fa90c9508091e8c72cd80758f11f526d779b6cd10700eef709fd3e8dadcd87454f05e817a3de5811bad2a300d6d2440912ebc9c8
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-mediatailor/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::MediaTailor
47
50
 
48
- GEM_VERSION = '1.28.1'
51
+ GEM_VERSION = '1.33.0'
49
52
 
50
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -83,13 +85,28 @@ module Aws::MediaTailor
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::MediaTailor
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -339,11 +356,13 @@ module Aws::MediaTailor
339
356
  #
340
357
  # * {Types::GetPlaybackConfigurationResponse#ad_decision_server_url #ad_decision_server_url} => String
341
358
  # * {Types::GetPlaybackConfigurationResponse#avail_suppression #avail_suppression} => Types::AvailSuppression
359
+ # * {Types::GetPlaybackConfigurationResponse#bumper #bumper} => Types::Bumper
342
360
  # * {Types::GetPlaybackConfigurationResponse#cdn_configuration #cdn_configuration} => Types::CdnConfiguration
343
361
  # * {Types::GetPlaybackConfigurationResponse#personalization_threshold_seconds #personalization_threshold_seconds} => Integer
344
362
  # * {Types::GetPlaybackConfigurationResponse#dash_configuration #dash_configuration} => Types::DashConfiguration
345
363
  # * {Types::GetPlaybackConfigurationResponse#hls_configuration #hls_configuration} => Types::HlsConfiguration
346
364
  # * {Types::GetPlaybackConfigurationResponse#live_pre_roll_configuration #live_pre_roll_configuration} => Types::LivePreRollConfiguration
365
+ # * {Types::GetPlaybackConfigurationResponse#manifest_processing_rules #manifest_processing_rules} => Types::ManifestProcessingRules
347
366
  # * {Types::GetPlaybackConfigurationResponse#name #name} => String
348
367
  # * {Types::GetPlaybackConfigurationResponse#playback_configuration_arn #playback_configuration_arn} => String
349
368
  # * {Types::GetPlaybackConfigurationResponse#playback_endpoint_prefix #playback_endpoint_prefix} => String
@@ -364,6 +383,8 @@ module Aws::MediaTailor
364
383
  # resp.ad_decision_server_url #=> String
365
384
  # resp.avail_suppression.mode #=> String, one of "OFF", "BEHIND_LIVE_EDGE"
366
385
  # resp.avail_suppression.value #=> String
386
+ # resp.bumper.end_url #=> String
387
+ # resp.bumper.start_url #=> String
367
388
  # resp.cdn_configuration.ad_segment_url_prefix #=> String
368
389
  # resp.cdn_configuration.content_segment_url_prefix #=> String
369
390
  # resp.personalization_threshold_seconds #=> Integer
@@ -373,6 +394,7 @@ module Aws::MediaTailor
373
394
  # resp.hls_configuration.manifest_endpoint_prefix #=> String
374
395
  # resp.live_pre_roll_configuration.ad_decision_server_url #=> String
375
396
  # resp.live_pre_roll_configuration.max_duration_seconds #=> Integer
397
+ # resp.manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
376
398
  # resp.name #=> String
377
399
  # resp.playback_configuration_arn #=> String
378
400
  # resp.playback_endpoint_prefix #=> String
@@ -488,6 +510,10 @@ module Aws::MediaTailor
488
510
  # @option params [Types::AvailSuppression] :avail_suppression
489
511
  # The configuration for Avail Suppression.
490
512
  #
513
+ # @option params [Types::Bumper] :bumper
514
+ # The configuration for bumpers. Bumpers are short audio or video clips
515
+ # that play at the start or before the end of an ad break.
516
+ #
491
517
  # @option params [Types::CdnConfiguration] :cdn_configuration
492
518
  # The configuration for using a content delivery network (CDN), like
493
519
  # Amazon CloudFront, for content and ad segment management.
@@ -502,6 +528,11 @@ module Aws::MediaTailor
502
528
  # @option params [Types::LivePreRollConfiguration] :live_pre_roll_configuration
503
529
  # The configuration for pre-roll ad insertion.
504
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
+ #
505
536
  # @option params [String] :name
506
537
  # The identifier for the playback configuration.
507
538
  #
@@ -531,11 +562,13 @@ module Aws::MediaTailor
531
562
  #
532
563
  # * {Types::PutPlaybackConfigurationResponse#ad_decision_server_url #ad_decision_server_url} => String
533
564
  # * {Types::PutPlaybackConfigurationResponse#avail_suppression #avail_suppression} => Types::AvailSuppression
565
+ # * {Types::PutPlaybackConfigurationResponse#bumper #bumper} => Types::Bumper
534
566
  # * {Types::PutPlaybackConfigurationResponse#cdn_configuration #cdn_configuration} => Types::CdnConfiguration
535
567
  # * {Types::PutPlaybackConfigurationResponse#dash_configuration #dash_configuration} => Types::DashConfiguration
536
568
  # * {Types::PutPlaybackConfigurationResponse#hls_configuration #hls_configuration} => Types::HlsConfiguration
537
569
  # * {Types::PutPlaybackConfigurationResponse#live_pre_roll_configuration #live_pre_roll_configuration} => Types::LivePreRollConfiguration
538
570
  # * {Types::PutPlaybackConfigurationResponse#name #name} => String
571
+ # * {Types::PutPlaybackConfigurationResponse#manifest_processing_rules #manifest_processing_rules} => Types::ManifestProcessingRules
539
572
  # * {Types::PutPlaybackConfigurationResponse#playback_configuration_arn #playback_configuration_arn} => String
540
573
  # * {Types::PutPlaybackConfigurationResponse#playback_endpoint_prefix #playback_endpoint_prefix} => String
541
574
  # * {Types::PutPlaybackConfigurationResponse#session_initialization_endpoint_prefix #session_initialization_endpoint_prefix} => String
@@ -552,6 +585,10 @@ module Aws::MediaTailor
552
585
  # mode: "OFF", # accepts OFF, BEHIND_LIVE_EDGE
553
586
  # value: "__string",
554
587
  # },
588
+ # bumper: {
589
+ # end_url: "__string",
590
+ # start_url: "__string",
591
+ # },
555
592
  # cdn_configuration: {
556
593
  # ad_segment_url_prefix: "__string",
557
594
  # content_segment_url_prefix: "__string",
@@ -565,6 +602,11 @@ module Aws::MediaTailor
565
602
  # ad_decision_server_url: "__string",
566
603
  # max_duration_seconds: 1,
567
604
  # },
605
+ # manifest_processing_rules: {
606
+ # ad_marker_passthrough: {
607
+ # enabled: false,
608
+ # },
609
+ # },
568
610
  # name: "__string",
569
611
  # slate_ad_url: "__string",
570
612
  # tags: {
@@ -579,6 +621,8 @@ module Aws::MediaTailor
579
621
  # resp.ad_decision_server_url #=> String
580
622
  # resp.avail_suppression.mode #=> String, one of "OFF", "BEHIND_LIVE_EDGE"
581
623
  # resp.avail_suppression.value #=> String
624
+ # resp.bumper.end_url #=> String
625
+ # resp.bumper.start_url #=> String
582
626
  # resp.cdn_configuration.ad_segment_url_prefix #=> String
583
627
  # resp.cdn_configuration.content_segment_url_prefix #=> String
584
628
  # resp.dash_configuration.manifest_endpoint_prefix #=> String
@@ -588,6 +632,7 @@ module Aws::MediaTailor
588
632
  # resp.live_pre_roll_configuration.ad_decision_server_url #=> String
589
633
  # resp.live_pre_roll_configuration.max_duration_seconds #=> Integer
590
634
  # resp.name #=> String
635
+ # resp.manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
591
636
  # resp.playback_configuration_arn #=> String
592
637
  # resp.playback_endpoint_prefix #=> String
593
638
  # resp.session_initialization_endpoint_prefix #=> String
@@ -671,7 +716,7 @@ module Aws::MediaTailor
671
716
  params: params,
672
717
  config: config)
673
718
  context[:gem_name] = 'aws-sdk-mediatailor'
674
- context[:gem_version] = '1.28.1'
719
+ context[:gem_version] = '1.33.0'
675
720
  Seahorse::Client::Request.new(handlers, context)
676
721
  end
677
722
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -11,8 +13,10 @@ module Aws::MediaTailor
11
13
 
12
14
  include Seahorse::Model
13
15
 
16
+ AdMarkerPassthrough = Shapes::StructureShape.new(name: 'AdMarkerPassthrough')
14
17
  AvailSuppression = Shapes::StructureShape.new(name: 'AvailSuppression')
15
18
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
19
+ Bumper = Shapes::StructureShape.new(name: 'Bumper')
16
20
  CdnConfiguration = Shapes::StructureShape.new(name: 'CdnConfiguration')
17
21
  DashConfiguration = Shapes::StructureShape.new(name: 'DashConfiguration')
18
22
  DashConfigurationForPut = Shapes::StructureShape.new(name: 'DashConfigurationForPut')
@@ -26,6 +30,7 @@ module Aws::MediaTailor
26
30
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
27
31
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
28
32
  LivePreRollConfiguration = Shapes::StructureShape.new(name: 'LivePreRollConfiguration')
33
+ ManifestProcessingRules = Shapes::StructureShape.new(name: 'ManifestProcessingRules')
29
34
  Mode = Shapes::StringShape.new(name: 'Mode')
30
35
  OriginManifestType = Shapes::StringShape.new(name: 'OriginManifestType')
31
36
  PlaybackConfiguration = Shapes::StructureShape.new(name: 'PlaybackConfiguration')
@@ -47,6 +52,9 @@ module Aws::MediaTailor
47
52
  __timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
48
53
  __timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
49
54
 
55
+ AdMarkerPassthrough.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "Enabled"))
56
+ AdMarkerPassthrough.struct_class = Types::AdMarkerPassthrough
57
+
50
58
  AvailSuppression.add_member(:mode, Shapes::ShapeRef.new(shape: Mode, location_name: "Mode"))
51
59
  AvailSuppression.add_member(:value, Shapes::ShapeRef.new(shape: __string, location_name: "Value"))
52
60
  AvailSuppression.struct_class = Types::AvailSuppression
@@ -54,6 +62,10 @@ module Aws::MediaTailor
54
62
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "Message"))
55
63
  BadRequestException.struct_class = Types::BadRequestException
56
64
 
65
+ Bumper.add_member(:end_url, Shapes::ShapeRef.new(shape: __string, location_name: "EndUrl"))
66
+ Bumper.add_member(:start_url, Shapes::ShapeRef.new(shape: __string, location_name: "StartUrl"))
67
+ Bumper.struct_class = Types::Bumper
68
+
57
69
  CdnConfiguration.add_member(:ad_segment_url_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "AdSegmentUrlPrefix"))
58
70
  CdnConfiguration.add_member(:content_segment_url_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "ContentSegmentUrlPrefix"))
59
71
  CdnConfiguration.struct_class = Types::CdnConfiguration
@@ -77,11 +89,13 @@ module Aws::MediaTailor
77
89
 
78
90
  GetPlaybackConfigurationResponse.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
79
91
  GetPlaybackConfigurationResponse.add_member(:avail_suppression, Shapes::ShapeRef.new(shape: AvailSuppression, location_name: "AvailSuppression"))
92
+ GetPlaybackConfigurationResponse.add_member(:bumper, Shapes::ShapeRef.new(shape: Bumper, location_name: "Bumper"))
80
93
  GetPlaybackConfigurationResponse.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
81
94
  GetPlaybackConfigurationResponse.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
82
95
  GetPlaybackConfigurationResponse.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfiguration, location_name: "DashConfiguration"))
83
96
  GetPlaybackConfigurationResponse.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: HlsConfiguration, location_name: "HlsConfiguration"))
84
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"))
85
99
  GetPlaybackConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
86
100
  GetPlaybackConfigurationResponse.add_member(:playback_configuration_arn, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationArn"))
87
101
  GetPlaybackConfigurationResponse.add_member(:playback_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackEndpointPrefix"))
@@ -113,6 +127,9 @@ module Aws::MediaTailor
113
127
  LivePreRollConfiguration.add_member(:max_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "MaxDurationSeconds"))
114
128
  LivePreRollConfiguration.struct_class = Types::LivePreRollConfiguration
115
129
 
130
+ ManifestProcessingRules.add_member(:ad_marker_passthrough, Shapes::ShapeRef.new(shape: AdMarkerPassthrough, location_name: "AdMarkerPassthrough"))
131
+ ManifestProcessingRules.struct_class = Types::ManifestProcessingRules
132
+
116
133
  PlaybackConfiguration.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
117
134
  PlaybackConfiguration.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
118
135
  PlaybackConfiguration.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
@@ -130,10 +147,12 @@ module Aws::MediaTailor
130
147
 
131
148
  PutPlaybackConfigurationRequest.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
132
149
  PutPlaybackConfigurationRequest.add_member(:avail_suppression, Shapes::ShapeRef.new(shape: AvailSuppression, location_name: "AvailSuppression"))
150
+ PutPlaybackConfigurationRequest.add_member(:bumper, Shapes::ShapeRef.new(shape: Bumper, location_name: "Bumper"))
133
151
  PutPlaybackConfigurationRequest.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
134
152
  PutPlaybackConfigurationRequest.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
135
153
  PutPlaybackConfigurationRequest.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfigurationForPut, location_name: "DashConfiguration"))
136
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"))
137
156
  PutPlaybackConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
138
157
  PutPlaybackConfigurationRequest.add_member(:slate_ad_url, Shapes::ShapeRef.new(shape: __string, location_name: "SlateAdUrl"))
139
158
  PutPlaybackConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
@@ -143,11 +162,13 @@ module Aws::MediaTailor
143
162
 
144
163
  PutPlaybackConfigurationResponse.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
145
164
  PutPlaybackConfigurationResponse.add_member(:avail_suppression, Shapes::ShapeRef.new(shape: AvailSuppression, location_name: "AvailSuppression"))
165
+ PutPlaybackConfigurationResponse.add_member(:bumper, Shapes::ShapeRef.new(shape: Bumper, location_name: "Bumper"))
146
166
  PutPlaybackConfigurationResponse.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
147
167
  PutPlaybackConfigurationResponse.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfiguration, location_name: "DashConfiguration"))
148
168
  PutPlaybackConfigurationResponse.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: HlsConfiguration, location_name: "HlsConfiguration"))
149
169
  PutPlaybackConfigurationResponse.add_member(:live_pre_roll_configuration, Shapes::ShapeRef.new(shape: LivePreRollConfiguration, location_name: "LivePreRollConfiguration"))
150
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"))
151
172
  PutPlaybackConfigurationResponse.add_member(:playback_configuration_arn, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationArn"))
152
173
  PutPlaybackConfigurationResponse.add_member(:playback_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackEndpointPrefix"))
153
174
  PutPlaybackConfigurationResponse.add_member(:session_initialization_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "SessionInitializationEndpointPrefix"))
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -8,6 +10,24 @@
8
10
  module Aws::MediaTailor
9
11
  module Types
10
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
+
11
31
  # @note When making an API call, you may pass AvailSuppression
12
32
  # data as a hash:
13
33
  #
@@ -30,6 +50,7 @@ module Aws::MediaTailor
30
50
  class AvailSuppression < Struct.new(
31
51
  :mode,
32
52
  :value)
53
+ SENSITIVE = []
33
54
  include Aws::Structure
34
55
  end
35
56
 
@@ -43,6 +64,33 @@ module Aws::MediaTailor
43
64
  #
44
65
  class BadRequestException < Struct.new(
45
66
  :message)
67
+ SENSITIVE = []
68
+ include Aws::Structure
69
+ end
70
+
71
+ # The configuration for bumpers. Bumpers are short audio or video clips
72
+ # that play at the start or before the end of an ad break.
73
+ #
74
+ # @note When making an API call, you may pass Bumper
75
+ # data as a hash:
76
+ #
77
+ # {
78
+ # end_url: "__string",
79
+ # start_url: "__string",
80
+ # }
81
+ #
82
+ # @!attribute [rw] end_url
83
+ # @return [String]
84
+ #
85
+ # @!attribute [rw] start_url
86
+ # @return [String]
87
+ #
88
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/Bumper AWS API Documentation
89
+ #
90
+ class Bumper < Struct.new(
91
+ :end_url,
92
+ :start_url)
93
+ SENSITIVE = []
46
94
  include Aws::Structure
47
95
  end
48
96
 
@@ -82,6 +130,7 @@ module Aws::MediaTailor
82
130
  class CdnConfiguration < Struct.new(
83
131
  :ad_segment_url_prefix,
84
132
  :content_segment_url_prefix)
133
+ SENSITIVE = []
85
134
  include Aws::Structure
86
135
  end
87
136
 
@@ -120,6 +169,7 @@ module Aws::MediaTailor
120
169
  :manifest_endpoint_prefix,
121
170
  :mpd_location,
122
171
  :origin_manifest_type)
172
+ SENSITIVE = []
123
173
  include Aws::Structure
124
174
  end
125
175
 
@@ -159,6 +209,7 @@ module Aws::MediaTailor
159
209
  class DashConfigurationForPut < Struct.new(
160
210
  :mpd_location,
161
211
  :origin_manifest_type)
212
+ SENSITIVE = []
162
213
  include Aws::Structure
163
214
  end
164
215
 
@@ -176,6 +227,7 @@ module Aws::MediaTailor
176
227
  #
177
228
  class DeletePlaybackConfigurationRequest < Struct.new(
178
229
  :name)
230
+ SENSITIVE = []
179
231
  include Aws::Structure
180
232
  end
181
233
 
@@ -197,6 +249,7 @@ module Aws::MediaTailor
197
249
  #
198
250
  class GetPlaybackConfigurationRequest < Struct.new(
199
251
  :name)
252
+ SENSITIVE = []
200
253
  include Aws::Structure
201
254
  end
202
255
 
@@ -213,6 +266,11 @@ module Aws::MediaTailor
213
266
  # The configuration for Avail Suppression.
214
267
  # @return [Types::AvailSuppression]
215
268
  #
269
+ # @!attribute [rw] bumper
270
+ # The configuration for bumpers. Bumpers are short audio or video
271
+ # clips that play at the start or before the end of an ad break.
272
+ # @return [Types::Bumper]
273
+ #
216
274
  # @!attribute [rw] cdn_configuration
217
275
  # The configuration for using a content delivery network (CDN), like
218
276
  # Amazon CloudFront, for content and ad segment management.
@@ -235,6 +293,12 @@ module Aws::MediaTailor
235
293
  # The configuration for pre-roll ad insertion.
236
294
  # @return [Types::LivePreRollConfiguration]
237
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
+ #
238
302
  # @!attribute [rw] name
239
303
  # The identifier for the playback configuration.
240
304
  # @return [String]
@@ -284,11 +348,13 @@ module Aws::MediaTailor
284
348
  class GetPlaybackConfigurationResponse < Struct.new(
285
349
  :ad_decision_server_url,
286
350
  :avail_suppression,
351
+ :bumper,
287
352
  :cdn_configuration,
288
353
  :personalization_threshold_seconds,
289
354
  :dash_configuration,
290
355
  :hls_configuration,
291
356
  :live_pre_roll_configuration,
357
+ :manifest_processing_rules,
292
358
  :name,
293
359
  :playback_configuration_arn,
294
360
  :playback_endpoint_prefix,
@@ -297,6 +363,7 @@ module Aws::MediaTailor
297
363
  :tags,
298
364
  :transcode_profile_name,
299
365
  :video_content_source_url)
366
+ SENSITIVE = []
300
367
  include Aws::Structure
301
368
  end
302
369
 
@@ -311,6 +378,7 @@ module Aws::MediaTailor
311
378
  #
312
379
  class HlsConfiguration < Struct.new(
313
380
  :manifest_endpoint_prefix)
381
+ SENSITIVE = []
314
382
  include Aws::Structure
315
383
  end
316
384
 
@@ -333,6 +401,7 @@ module Aws::MediaTailor
333
401
  class ListPlaybackConfigurationsRequest < Struct.new(
334
402
  :max_results,
335
403
  :next_token)
404
+ SENSITIVE = []
336
405
  include Aws::Structure
337
406
  end
338
407
 
@@ -353,6 +422,7 @@ module Aws::MediaTailor
353
422
  class ListPlaybackConfigurationsResponse < Struct.new(
354
423
  :items,
355
424
  :next_token)
425
+ SENSITIVE = []
356
426
  include Aws::Structure
357
427
  end
358
428
 
@@ -370,6 +440,7 @@ module Aws::MediaTailor
370
440
  #
371
441
  class ListTagsForResourceRequest < Struct.new(
372
442
  :resource_arn)
443
+ SENSITIVE = []
373
444
  include Aws::Structure
374
445
  end
375
446
 
@@ -380,6 +451,38 @@ module Aws::MediaTailor
380
451
  #
381
452
  class ListTagsForResourceResponse < Struct.new(
382
453
  :tags)
454
+ SENSITIVE = []
455
+ include Aws::Structure
456
+ end
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 = []
383
486
  include Aws::Structure
384
487
  end
385
488
 
@@ -442,6 +545,7 @@ module Aws::MediaTailor
442
545
  :tags,
443
546
  :transcode_profile_name,
444
547
  :video_content_source_url)
548
+ SENSITIVE = []
445
549
  include Aws::Structure
446
550
  end
447
551
 
@@ -476,6 +580,7 @@ module Aws::MediaTailor
476
580
  class LivePreRollConfiguration < Struct.new(
477
581
  :ad_decision_server_url,
478
582
  :max_duration_seconds)
583
+ SENSITIVE = []
479
584
  include Aws::Structure
480
585
  end
481
586
 
@@ -488,6 +593,10 @@ module Aws::MediaTailor
488
593
  # mode: "OFF", # accepts OFF, BEHIND_LIVE_EDGE
489
594
  # value: "__string",
490
595
  # },
596
+ # bumper: {
597
+ # end_url: "__string",
598
+ # start_url: "__string",
599
+ # },
491
600
  # cdn_configuration: {
492
601
  # ad_segment_url_prefix: "__string",
493
602
  # content_segment_url_prefix: "__string",
@@ -501,6 +610,11 @@ module Aws::MediaTailor
501
610
  # ad_decision_server_url: "__string",
502
611
  # max_duration_seconds: 1,
503
612
  # },
613
+ # manifest_processing_rules: {
614
+ # ad_marker_passthrough: {
615
+ # enabled: false,
616
+ # },
617
+ # },
504
618
  # name: "__string",
505
619
  # slate_ad_url: "__string",
506
620
  # tags: {
@@ -523,6 +637,11 @@ module Aws::MediaTailor
523
637
  # The configuration for Avail Suppression.
524
638
  # @return [Types::AvailSuppression]
525
639
  #
640
+ # @!attribute [rw] bumper
641
+ # The configuration for bumpers. Bumpers are short audio or video
642
+ # clips that play at the start or before the end of an ad break.
643
+ # @return [Types::Bumper]
644
+ #
526
645
  # @!attribute [rw] cdn_configuration
527
646
  # The configuration for using a content delivery network (CDN), like
528
647
  # Amazon CloudFront, for content and ad segment management.
@@ -541,6 +660,12 @@ module Aws::MediaTailor
541
660
  # The configuration for pre-roll ad insertion.
542
661
  # @return [Types::LivePreRollConfiguration]
543
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
+ #
544
669
  # @!attribute [rw] name
545
670
  # The identifier for the playback configuration.
546
671
  # @return [String]
@@ -576,15 +701,18 @@ module Aws::MediaTailor
576
701
  class PutPlaybackConfigurationRequest < Struct.new(
577
702
  :ad_decision_server_url,
578
703
  :avail_suppression,
704
+ :bumper,
579
705
  :cdn_configuration,
580
706
  :personalization_threshold_seconds,
581
707
  :dash_configuration,
582
708
  :live_pre_roll_configuration,
709
+ :manifest_processing_rules,
583
710
  :name,
584
711
  :slate_ad_url,
585
712
  :tags,
586
713
  :transcode_profile_name,
587
714
  :video_content_source_url)
715
+ SENSITIVE = []
588
716
  include Aws::Structure
589
717
  end
590
718
 
@@ -594,6 +722,11 @@ module Aws::MediaTailor
594
722
  # @!attribute [rw] avail_suppression
595
723
  # @return [Types::AvailSuppression]
596
724
  #
725
+ # @!attribute [rw] bumper
726
+ # The configuration for bumpers. Bumpers are short audio or video
727
+ # clips that play at the start or before the end of an ad break.
728
+ # @return [Types::Bumper]
729
+ #
597
730
  # @!attribute [rw] cdn_configuration
598
731
  # The configuration for using a content delivery network (CDN), like
599
732
  # Amazon CloudFront, for content and ad segment management.
@@ -614,6 +747,12 @@ module Aws::MediaTailor
614
747
  # @!attribute [rw] name
615
748
  # @return [String]
616
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
+ #
617
756
  # @!attribute [rw] playback_configuration_arn
618
757
  # @return [String]
619
758
  #
@@ -640,11 +779,13 @@ module Aws::MediaTailor
640
779
  class PutPlaybackConfigurationResponse < Struct.new(
641
780
  :ad_decision_server_url,
642
781
  :avail_suppression,
782
+ :bumper,
643
783
  :cdn_configuration,
644
784
  :dash_configuration,
645
785
  :hls_configuration,
646
786
  :live_pre_roll_configuration,
647
787
  :name,
788
+ :manifest_processing_rules,
648
789
  :playback_configuration_arn,
649
790
  :playback_endpoint_prefix,
650
791
  :session_initialization_endpoint_prefix,
@@ -652,6 +793,7 @@ module Aws::MediaTailor
652
793
  :tags,
653
794
  :transcode_profile_name,
654
795
  :video_content_source_url)
796
+ SENSITIVE = []
655
797
  include Aws::Structure
656
798
  end
657
799
 
@@ -676,6 +818,7 @@ module Aws::MediaTailor
676
818
  class TagResourceRequest < Struct.new(
677
819
  :resource_arn,
678
820
  :tags)
821
+ SENSITIVE = []
679
822
  include Aws::Structure
680
823
  end
681
824
 
@@ -690,6 +833,7 @@ module Aws::MediaTailor
690
833
  #
691
834
  class TagsModel < Struct.new(
692
835
  :tags)
836
+ SENSITIVE = []
693
837
  include Aws::Structure
694
838
  end
695
839
 
@@ -712,6 +856,7 @@ module Aws::MediaTailor
712
856
  class UntagResourceRequest < Struct.new(
713
857
  :resource_arn,
714
858
  :tag_keys)
859
+ SENSITIVE = []
715
860
  include Aws::Structure
716
861
  end
717
862
 
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.28.1
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-06-11 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.109.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.109.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement