aws-sdk-mediatailor 1.28.1 → 1.29.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: d3c4caab13049a35eda6cb1324f2a6d5de66fb2f06029f018d2ce054e9c7cede
4
+ data.tar.gz: dc6b9ebe90b8ba4b5910d73f4831ea6ab1d2aea7c13ab44768e55abf83adaba9
5
5
  SHA512:
6
- metadata.gz: 86e0c0b4a2e3149f0c4dd1364f8b441da133af81d4fc708322c27b81862d9fe52b11a6fbf92dfab291c16707649dbed0d7fbabc3f99234e583ecf709bf7db783
7
- data.tar.gz: a617a51075e0355af9e2ef42faf35d5d2c61449d85f0a5ac2b7407207d117b9f83c06c969c960aef0c646ebb1e3363663f4f283d3561b4e1c8344064d9807285
6
+ metadata.gz: 2ed312ab4870bb82dc65ea611b0252b7ca8fa6e631eb3b74fcc3758349df3f39654caf8f3cfc1b13e8a318a1a2acebf16b430e50efdc482cc0feb4d3f78a0e69
7
+ data.tar.gz: 282588d303601ef0cf94ba90bf7f85cf7f5ea14c6e734532c285867eccb60897f03c998e4763e484e09ab8dc28c03f5041b602309578fa9e77a96c2230b3fe08
@@ -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:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-mediatailor/customizations'
45
47
  # @service
46
48
  module Aws::MediaTailor
47
49
 
48
- GEM_VERSION = '1.28.1'
50
+ GEM_VERSION = '1.29.0'
49
51
 
50
52
  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:
@@ -339,6 +341,7 @@ module Aws::MediaTailor
339
341
  #
340
342
  # * {Types::GetPlaybackConfigurationResponse#ad_decision_server_url #ad_decision_server_url} => String
341
343
  # * {Types::GetPlaybackConfigurationResponse#avail_suppression #avail_suppression} => Types::AvailSuppression
344
+ # * {Types::GetPlaybackConfigurationResponse#bumper #bumper} => Types::Bumper
342
345
  # * {Types::GetPlaybackConfigurationResponse#cdn_configuration #cdn_configuration} => Types::CdnConfiguration
343
346
  # * {Types::GetPlaybackConfigurationResponse#personalization_threshold_seconds #personalization_threshold_seconds} => Integer
344
347
  # * {Types::GetPlaybackConfigurationResponse#dash_configuration #dash_configuration} => Types::DashConfiguration
@@ -364,6 +367,8 @@ module Aws::MediaTailor
364
367
  # resp.ad_decision_server_url #=> String
365
368
  # resp.avail_suppression.mode #=> String, one of "OFF", "BEHIND_LIVE_EDGE"
366
369
  # resp.avail_suppression.value #=> String
370
+ # resp.bumper.end_url #=> String
371
+ # resp.bumper.start_url #=> String
367
372
  # resp.cdn_configuration.ad_segment_url_prefix #=> String
368
373
  # resp.cdn_configuration.content_segment_url_prefix #=> String
369
374
  # resp.personalization_threshold_seconds #=> Integer
@@ -488,6 +493,10 @@ module Aws::MediaTailor
488
493
  # @option params [Types::AvailSuppression] :avail_suppression
489
494
  # The configuration for Avail Suppression.
490
495
  #
496
+ # @option params [Types::Bumper] :bumper
497
+ # The configuration for bumpers. Bumpers are short audio or video clips
498
+ # that play at the start or before the end of an ad break.
499
+ #
491
500
  # @option params [Types::CdnConfiguration] :cdn_configuration
492
501
  # The configuration for using a content delivery network (CDN), like
493
502
  # Amazon CloudFront, for content and ad segment management.
@@ -531,6 +540,7 @@ module Aws::MediaTailor
531
540
  #
532
541
  # * {Types::PutPlaybackConfigurationResponse#ad_decision_server_url #ad_decision_server_url} => String
533
542
  # * {Types::PutPlaybackConfigurationResponse#avail_suppression #avail_suppression} => Types::AvailSuppression
543
+ # * {Types::PutPlaybackConfigurationResponse#bumper #bumper} => Types::Bumper
534
544
  # * {Types::PutPlaybackConfigurationResponse#cdn_configuration #cdn_configuration} => Types::CdnConfiguration
535
545
  # * {Types::PutPlaybackConfigurationResponse#dash_configuration #dash_configuration} => Types::DashConfiguration
536
546
  # * {Types::PutPlaybackConfigurationResponse#hls_configuration #hls_configuration} => Types::HlsConfiguration
@@ -552,6 +562,10 @@ module Aws::MediaTailor
552
562
  # mode: "OFF", # accepts OFF, BEHIND_LIVE_EDGE
553
563
  # value: "__string",
554
564
  # },
565
+ # bumper: {
566
+ # end_url: "__string",
567
+ # start_url: "__string",
568
+ # },
555
569
  # cdn_configuration: {
556
570
  # ad_segment_url_prefix: "__string",
557
571
  # content_segment_url_prefix: "__string",
@@ -579,6 +593,8 @@ module Aws::MediaTailor
579
593
  # resp.ad_decision_server_url #=> String
580
594
  # resp.avail_suppression.mode #=> String, one of "OFF", "BEHIND_LIVE_EDGE"
581
595
  # resp.avail_suppression.value #=> String
596
+ # resp.bumper.end_url #=> String
597
+ # resp.bumper.start_url #=> String
582
598
  # resp.cdn_configuration.ad_segment_url_prefix #=> String
583
599
  # resp.cdn_configuration.content_segment_url_prefix #=> String
584
600
  # resp.dash_configuration.manifest_endpoint_prefix #=> String
@@ -671,7 +687,7 @@ module Aws::MediaTailor
671
687
  params: params,
672
688
  config: config)
673
689
  context[:gem_name] = 'aws-sdk-mediatailor'
674
- context[:gem_version] = '1.28.1'
690
+ context[:gem_version] = '1.29.0'
675
691
  Seahorse::Client::Request.new(handlers, context)
676
692
  end
677
693
 
@@ -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:
@@ -13,6 +15,7 @@ module Aws::MediaTailor
13
15
 
14
16
  AvailSuppression = Shapes::StructureShape.new(name: 'AvailSuppression')
15
17
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
18
+ Bumper = Shapes::StructureShape.new(name: 'Bumper')
16
19
  CdnConfiguration = Shapes::StructureShape.new(name: 'CdnConfiguration')
17
20
  DashConfiguration = Shapes::StructureShape.new(name: 'DashConfiguration')
18
21
  DashConfigurationForPut = Shapes::StructureShape.new(name: 'DashConfigurationForPut')
@@ -54,6 +57,10 @@ module Aws::MediaTailor
54
57
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "Message"))
55
58
  BadRequestException.struct_class = Types::BadRequestException
56
59
 
60
+ Bumper.add_member(:end_url, Shapes::ShapeRef.new(shape: __string, location_name: "EndUrl"))
61
+ Bumper.add_member(:start_url, Shapes::ShapeRef.new(shape: __string, location_name: "StartUrl"))
62
+ Bumper.struct_class = Types::Bumper
63
+
57
64
  CdnConfiguration.add_member(:ad_segment_url_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "AdSegmentUrlPrefix"))
58
65
  CdnConfiguration.add_member(:content_segment_url_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "ContentSegmentUrlPrefix"))
59
66
  CdnConfiguration.struct_class = Types::CdnConfiguration
@@ -77,6 +84,7 @@ module Aws::MediaTailor
77
84
 
78
85
  GetPlaybackConfigurationResponse.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
79
86
  GetPlaybackConfigurationResponse.add_member(:avail_suppression, Shapes::ShapeRef.new(shape: AvailSuppression, location_name: "AvailSuppression"))
87
+ GetPlaybackConfigurationResponse.add_member(:bumper, Shapes::ShapeRef.new(shape: Bumper, location_name: "Bumper"))
80
88
  GetPlaybackConfigurationResponse.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
81
89
  GetPlaybackConfigurationResponse.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
82
90
  GetPlaybackConfigurationResponse.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfiguration, location_name: "DashConfiguration"))
@@ -130,6 +138,7 @@ module Aws::MediaTailor
130
138
 
131
139
  PutPlaybackConfigurationRequest.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
132
140
  PutPlaybackConfigurationRequest.add_member(:avail_suppression, Shapes::ShapeRef.new(shape: AvailSuppression, location_name: "AvailSuppression"))
141
+ PutPlaybackConfigurationRequest.add_member(:bumper, Shapes::ShapeRef.new(shape: Bumper, location_name: "Bumper"))
133
142
  PutPlaybackConfigurationRequest.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
134
143
  PutPlaybackConfigurationRequest.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
135
144
  PutPlaybackConfigurationRequest.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfigurationForPut, location_name: "DashConfiguration"))
@@ -143,6 +152,7 @@ module Aws::MediaTailor
143
152
 
144
153
  PutPlaybackConfigurationResponse.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
145
154
  PutPlaybackConfigurationResponse.add_member(:avail_suppression, Shapes::ShapeRef.new(shape: AvailSuppression, location_name: "AvailSuppression"))
155
+ PutPlaybackConfigurationResponse.add_member(:bumper, Shapes::ShapeRef.new(shape: Bumper, location_name: "Bumper"))
146
156
  PutPlaybackConfigurationResponse.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
147
157
  PutPlaybackConfigurationResponse.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfiguration, location_name: "DashConfiguration"))
148
158
  PutPlaybackConfigurationResponse.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: HlsConfiguration, location_name: "HlsConfiguration"))
@@ -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:
@@ -30,6 +32,7 @@ module Aws::MediaTailor
30
32
  class AvailSuppression < Struct.new(
31
33
  :mode,
32
34
  :value)
35
+ SENSITIVE = []
33
36
  include Aws::Structure
34
37
  end
35
38
 
@@ -43,6 +46,33 @@ module Aws::MediaTailor
43
46
  #
44
47
  class BadRequestException < Struct.new(
45
48
  :message)
49
+ SENSITIVE = []
50
+ include Aws::Structure
51
+ end
52
+
53
+ # The configuration for bumpers. Bumpers are short audio or video clips
54
+ # that play at the start or before the end of an ad break.
55
+ #
56
+ # @note When making an API call, you may pass Bumper
57
+ # data as a hash:
58
+ #
59
+ # {
60
+ # end_url: "__string",
61
+ # start_url: "__string",
62
+ # }
63
+ #
64
+ # @!attribute [rw] end_url
65
+ # @return [String]
66
+ #
67
+ # @!attribute [rw] start_url
68
+ # @return [String]
69
+ #
70
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/Bumper AWS API Documentation
71
+ #
72
+ class Bumper < Struct.new(
73
+ :end_url,
74
+ :start_url)
75
+ SENSITIVE = []
46
76
  include Aws::Structure
47
77
  end
48
78
 
@@ -82,6 +112,7 @@ module Aws::MediaTailor
82
112
  class CdnConfiguration < Struct.new(
83
113
  :ad_segment_url_prefix,
84
114
  :content_segment_url_prefix)
115
+ SENSITIVE = []
85
116
  include Aws::Structure
86
117
  end
87
118
 
@@ -120,6 +151,7 @@ module Aws::MediaTailor
120
151
  :manifest_endpoint_prefix,
121
152
  :mpd_location,
122
153
  :origin_manifest_type)
154
+ SENSITIVE = []
123
155
  include Aws::Structure
124
156
  end
125
157
 
@@ -159,6 +191,7 @@ module Aws::MediaTailor
159
191
  class DashConfigurationForPut < Struct.new(
160
192
  :mpd_location,
161
193
  :origin_manifest_type)
194
+ SENSITIVE = []
162
195
  include Aws::Structure
163
196
  end
164
197
 
@@ -176,6 +209,7 @@ module Aws::MediaTailor
176
209
  #
177
210
  class DeletePlaybackConfigurationRequest < Struct.new(
178
211
  :name)
212
+ SENSITIVE = []
179
213
  include Aws::Structure
180
214
  end
181
215
 
@@ -197,6 +231,7 @@ module Aws::MediaTailor
197
231
  #
198
232
  class GetPlaybackConfigurationRequest < Struct.new(
199
233
  :name)
234
+ SENSITIVE = []
200
235
  include Aws::Structure
201
236
  end
202
237
 
@@ -213,6 +248,11 @@ module Aws::MediaTailor
213
248
  # The configuration for Avail Suppression.
214
249
  # @return [Types::AvailSuppression]
215
250
  #
251
+ # @!attribute [rw] bumper
252
+ # The configuration for bumpers. Bumpers are short audio or video
253
+ # clips that play at the start or before the end of an ad break.
254
+ # @return [Types::Bumper]
255
+ #
216
256
  # @!attribute [rw] cdn_configuration
217
257
  # The configuration for using a content delivery network (CDN), like
218
258
  # Amazon CloudFront, for content and ad segment management.
@@ -284,6 +324,7 @@ module Aws::MediaTailor
284
324
  class GetPlaybackConfigurationResponse < Struct.new(
285
325
  :ad_decision_server_url,
286
326
  :avail_suppression,
327
+ :bumper,
287
328
  :cdn_configuration,
288
329
  :personalization_threshold_seconds,
289
330
  :dash_configuration,
@@ -297,6 +338,7 @@ module Aws::MediaTailor
297
338
  :tags,
298
339
  :transcode_profile_name,
299
340
  :video_content_source_url)
341
+ SENSITIVE = []
300
342
  include Aws::Structure
301
343
  end
302
344
 
@@ -311,6 +353,7 @@ module Aws::MediaTailor
311
353
  #
312
354
  class HlsConfiguration < Struct.new(
313
355
  :manifest_endpoint_prefix)
356
+ SENSITIVE = []
314
357
  include Aws::Structure
315
358
  end
316
359
 
@@ -333,6 +376,7 @@ module Aws::MediaTailor
333
376
  class ListPlaybackConfigurationsRequest < Struct.new(
334
377
  :max_results,
335
378
  :next_token)
379
+ SENSITIVE = []
336
380
  include Aws::Structure
337
381
  end
338
382
 
@@ -353,6 +397,7 @@ module Aws::MediaTailor
353
397
  class ListPlaybackConfigurationsResponse < Struct.new(
354
398
  :items,
355
399
  :next_token)
400
+ SENSITIVE = []
356
401
  include Aws::Structure
357
402
  end
358
403
 
@@ -370,6 +415,7 @@ module Aws::MediaTailor
370
415
  #
371
416
  class ListTagsForResourceRequest < Struct.new(
372
417
  :resource_arn)
418
+ SENSITIVE = []
373
419
  include Aws::Structure
374
420
  end
375
421
 
@@ -380,6 +426,7 @@ module Aws::MediaTailor
380
426
  #
381
427
  class ListTagsForResourceResponse < Struct.new(
382
428
  :tags)
429
+ SENSITIVE = []
383
430
  include Aws::Structure
384
431
  end
385
432
 
@@ -442,6 +489,7 @@ module Aws::MediaTailor
442
489
  :tags,
443
490
  :transcode_profile_name,
444
491
  :video_content_source_url)
492
+ SENSITIVE = []
445
493
  include Aws::Structure
446
494
  end
447
495
 
@@ -476,6 +524,7 @@ module Aws::MediaTailor
476
524
  class LivePreRollConfiguration < Struct.new(
477
525
  :ad_decision_server_url,
478
526
  :max_duration_seconds)
527
+ SENSITIVE = []
479
528
  include Aws::Structure
480
529
  end
481
530
 
@@ -488,6 +537,10 @@ module Aws::MediaTailor
488
537
  # mode: "OFF", # accepts OFF, BEHIND_LIVE_EDGE
489
538
  # value: "__string",
490
539
  # },
540
+ # bumper: {
541
+ # end_url: "__string",
542
+ # start_url: "__string",
543
+ # },
491
544
  # cdn_configuration: {
492
545
  # ad_segment_url_prefix: "__string",
493
546
  # content_segment_url_prefix: "__string",
@@ -523,6 +576,11 @@ module Aws::MediaTailor
523
576
  # The configuration for Avail Suppression.
524
577
  # @return [Types::AvailSuppression]
525
578
  #
579
+ # @!attribute [rw] bumper
580
+ # The configuration for bumpers. Bumpers are short audio or video
581
+ # clips that play at the start or before the end of an ad break.
582
+ # @return [Types::Bumper]
583
+ #
526
584
  # @!attribute [rw] cdn_configuration
527
585
  # The configuration for using a content delivery network (CDN), like
528
586
  # Amazon CloudFront, for content and ad segment management.
@@ -576,6 +634,7 @@ module Aws::MediaTailor
576
634
  class PutPlaybackConfigurationRequest < Struct.new(
577
635
  :ad_decision_server_url,
578
636
  :avail_suppression,
637
+ :bumper,
579
638
  :cdn_configuration,
580
639
  :personalization_threshold_seconds,
581
640
  :dash_configuration,
@@ -585,6 +644,7 @@ module Aws::MediaTailor
585
644
  :tags,
586
645
  :transcode_profile_name,
587
646
  :video_content_source_url)
647
+ SENSITIVE = []
588
648
  include Aws::Structure
589
649
  end
590
650
 
@@ -594,6 +654,11 @@ module Aws::MediaTailor
594
654
  # @!attribute [rw] avail_suppression
595
655
  # @return [Types::AvailSuppression]
596
656
  #
657
+ # @!attribute [rw] bumper
658
+ # The configuration for bumpers. Bumpers are short audio or video
659
+ # clips that play at the start or before the end of an ad break.
660
+ # @return [Types::Bumper]
661
+ #
597
662
  # @!attribute [rw] cdn_configuration
598
663
  # The configuration for using a content delivery network (CDN), like
599
664
  # Amazon CloudFront, for content and ad segment management.
@@ -640,6 +705,7 @@ module Aws::MediaTailor
640
705
  class PutPlaybackConfigurationResponse < Struct.new(
641
706
  :ad_decision_server_url,
642
707
  :avail_suppression,
708
+ :bumper,
643
709
  :cdn_configuration,
644
710
  :dash_configuration,
645
711
  :hls_configuration,
@@ -652,6 +718,7 @@ module Aws::MediaTailor
652
718
  :tags,
653
719
  :transcode_profile_name,
654
720
  :video_content_source_url)
721
+ SENSITIVE = []
655
722
  include Aws::Structure
656
723
  end
657
724
 
@@ -676,6 +743,7 @@ module Aws::MediaTailor
676
743
  class TagResourceRequest < Struct.new(
677
744
  :resource_arn,
678
745
  :tags)
746
+ SENSITIVE = []
679
747
  include Aws::Structure
680
748
  end
681
749
 
@@ -690,6 +758,7 @@ module Aws::MediaTailor
690
758
  #
691
759
  class TagsModel < Struct.new(
692
760
  :tags)
761
+ SENSITIVE = []
693
762
  include Aws::Structure
694
763
  end
695
764
 
@@ -712,6 +781,7 @@ module Aws::MediaTailor
712
781
  class UntagResourceRequest < Struct.new(
713
782
  :resource_arn,
714
783
  :tag_keys)
784
+ SENSITIVE = []
715
785
  include Aws::Structure
716
786
  end
717
787
 
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.29.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-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core