aws-sdk-mediatailor 1.29.0 → 1.34.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: d3c4caab13049a35eda6cb1324f2a6d5de66fb2f06029f018d2ce054e9c7cede
4
- data.tar.gz: dc6b9ebe90b8ba4b5910d73f4831ea6ab1d2aea7c13ab44768e55abf83adaba9
3
+ metadata.gz: d3ae60775620acb93106f3433dc2d88b2b47c0b9d1ad4466944e3ed440e4dd42
4
+ data.tar.gz: 5926589ce8afb4672397aff67794f51ef3b8e1700de9d2ffba6ab0c7c4145b88
5
5
  SHA512:
6
- metadata.gz: 2ed312ab4870bb82dc65ea611b0252b7ca8fa6e631eb3b74fcc3758349df3f39654caf8f3cfc1b13e8a318a1a2acebf16b430e50efdc482cc0feb4d3f78a0e69
7
- data.tar.gz: 282588d303601ef0cf94ba90bf7f85cf7f5ea14c6e734532c285867eccb60897f03c998e4763e484e09ab8dc28c03f5041b602309578fa9e77a96c2230b3fe08
6
+ metadata.gz: eef17dd9962241ef637f7b65a2d5945056eb0911458144c660204bfe4cc3e6a6a3b89bfed5a94193e3e1cfd08fd3b40043314265163e59712072c634fd53b860
7
+ data.tar.gz: 6c1e1b3a42533a92cc6806fe2c0676ee9aa62691c6685d7f1bf71459cab3a772490eac887a54b7a99e3fa6c37253722c42e036b9cbe0139be59c17f045c5b288
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -44,9 +45,9 @@ require_relative 'aws-sdk-mediatailor/customizations'
44
45
  #
45
46
  # See {Errors} for more information.
46
47
  #
47
- # @service
48
+ # @!group service
48
49
  module Aws::MediaTailor
49
50
 
50
- GEM_VERSION = '1.29.0'
51
+ GEM_VERSION = '1.34.0'
51
52
 
52
53
  end
@@ -85,13 +85,28 @@ module Aws::MediaTailor
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
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
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::MediaTailor
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # 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.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -347,6 +362,7 @@ module Aws::MediaTailor
347
362
  # * {Types::GetPlaybackConfigurationResponse#dash_configuration #dash_configuration} => Types::DashConfiguration
348
363
  # * {Types::GetPlaybackConfigurationResponse#hls_configuration #hls_configuration} => Types::HlsConfiguration
349
364
  # * {Types::GetPlaybackConfigurationResponse#live_pre_roll_configuration #live_pre_roll_configuration} => Types::LivePreRollConfiguration
365
+ # * {Types::GetPlaybackConfigurationResponse#manifest_processing_rules #manifest_processing_rules} => Types::ManifestProcessingRules
350
366
  # * {Types::GetPlaybackConfigurationResponse#name #name} => String
351
367
  # * {Types::GetPlaybackConfigurationResponse#playback_configuration_arn #playback_configuration_arn} => String
352
368
  # * {Types::GetPlaybackConfigurationResponse#playback_endpoint_prefix #playback_endpoint_prefix} => String
@@ -378,6 +394,7 @@ module Aws::MediaTailor
378
394
  # resp.hls_configuration.manifest_endpoint_prefix #=> String
379
395
  # resp.live_pre_roll_configuration.ad_decision_server_url #=> String
380
396
  # resp.live_pre_roll_configuration.max_duration_seconds #=> Integer
397
+ # resp.manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
381
398
  # resp.name #=> String
382
399
  # resp.playback_configuration_arn #=> String
383
400
  # resp.playback_endpoint_prefix #=> String
@@ -511,6 +528,11 @@ module Aws::MediaTailor
511
528
  # @option params [Types::LivePreRollConfiguration] :live_pre_roll_configuration
512
529
  # The configuration for pre-roll ad insertion.
513
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
+ #
514
536
  # @option params [String] :name
515
537
  # The identifier for the playback configuration.
516
538
  #
@@ -546,6 +568,7 @@ module Aws::MediaTailor
546
568
  # * {Types::PutPlaybackConfigurationResponse#hls_configuration #hls_configuration} => Types::HlsConfiguration
547
569
  # * {Types::PutPlaybackConfigurationResponse#live_pre_roll_configuration #live_pre_roll_configuration} => Types::LivePreRollConfiguration
548
570
  # * {Types::PutPlaybackConfigurationResponse#name #name} => String
571
+ # * {Types::PutPlaybackConfigurationResponse#manifest_processing_rules #manifest_processing_rules} => Types::ManifestProcessingRules
549
572
  # * {Types::PutPlaybackConfigurationResponse#playback_configuration_arn #playback_configuration_arn} => String
550
573
  # * {Types::PutPlaybackConfigurationResponse#playback_endpoint_prefix #playback_endpoint_prefix} => String
551
574
  # * {Types::PutPlaybackConfigurationResponse#session_initialization_endpoint_prefix #session_initialization_endpoint_prefix} => String
@@ -579,6 +602,11 @@ module Aws::MediaTailor
579
602
  # ad_decision_server_url: "__string",
580
603
  # max_duration_seconds: 1,
581
604
  # },
605
+ # manifest_processing_rules: {
606
+ # ad_marker_passthrough: {
607
+ # enabled: false,
608
+ # },
609
+ # },
582
610
  # name: "__string",
583
611
  # slate_ad_url: "__string",
584
612
  # tags: {
@@ -604,6 +632,7 @@ module Aws::MediaTailor
604
632
  # resp.live_pre_roll_configuration.ad_decision_server_url #=> String
605
633
  # resp.live_pre_roll_configuration.max_duration_seconds #=> Integer
606
634
  # resp.name #=> String
635
+ # resp.manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
607
636
  # resp.playback_configuration_arn #=> String
608
637
  # resp.playback_endpoint_prefix #=> String
609
638
  # resp.session_initialization_endpoint_prefix #=> String
@@ -687,7 +716,7 @@ module Aws::MediaTailor
687
716
  params: params,
688
717
  config: config)
689
718
  context[:gem_name] = 'aws-sdk-mediatailor'
690
- context[:gem_version] = '1.29.0'
719
+ context[:gem_version] = '1.34.0'
691
720
  Seahorse::Client::Request.new(handlers, context)
692
721
  end
693
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.29.0
4
+ version: 1.34.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-23 00:00:00.000000000 Z
11
+ date: 2021-02-02 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.112.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.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement