aws-sdk-mediatailor 1.92.0 → 1.94.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/sig/types.rbs CHANGED
@@ -15,12 +15,12 @@ module Aws::MediaTailor
15
15
  end
16
16
 
17
17
  class AdBreak
18
- attr_accessor ad_break_metadata: ::Array[Types::KeyValuePair]
19
18
  attr_accessor message_type: ("SPLICE_INSERT" | "TIME_SIGNAL")
20
19
  attr_accessor offset_millis: ::Integer
21
20
  attr_accessor slate: Types::SlateSource
22
21
  attr_accessor splice_insert_message: Types::SpliceInsertMessage
23
22
  attr_accessor time_signal_message: Types::TimeSignalMessage
23
+ attr_accessor ad_break_metadata: ::Array[Types::KeyValuePair]
24
24
  SENSITIVE: []
25
25
  end
26
26
 
@@ -29,6 +29,11 @@ module Aws::MediaTailor
29
29
  SENSITIVE: []
30
30
  end
31
31
 
32
+ class AdConditioningConfiguration
33
+ attr_accessor streaming_media_file_conditioning: ("TRANSCODE" | "NONE")
34
+ SENSITIVE: []
35
+ end
36
+
32
37
  class AdMarkerPassthrough
33
38
  attr_accessor enabled: bool
34
39
  SENSITIVE: []
@@ -37,27 +42,27 @@ module Aws::MediaTailor
37
42
  class Alert
38
43
  attr_accessor alert_code: ::String
39
44
  attr_accessor alert_message: ::String
40
- attr_accessor category: ("SCHEDULING_ERROR" | "PLAYBACK_WARNING" | "INFO")
41
45
  attr_accessor last_modified_time: ::Time
42
46
  attr_accessor related_resource_arns: ::Array[::String]
43
47
  attr_accessor resource_arn: ::String
48
+ attr_accessor category: ("SCHEDULING_ERROR" | "PLAYBACK_WARNING" | "INFO")
44
49
  SENSITIVE: []
45
50
  end
46
51
 
47
52
  class AlternateMedia
48
- attr_accessor ad_breaks: ::Array[Types::AdBreak]
49
- attr_accessor clip_range: Types::ClipRange
50
- attr_accessor duration_millis: ::Integer
51
- attr_accessor live_source_name: ::String
52
- attr_accessor scheduled_start_time_millis: ::Integer
53
53
  attr_accessor source_location_name: ::String
54
+ attr_accessor live_source_name: ::String
54
55
  attr_accessor vod_source_name: ::String
56
+ attr_accessor clip_range: Types::ClipRange
57
+ attr_accessor scheduled_start_time_millis: ::Integer
58
+ attr_accessor ad_breaks: ::Array[Types::AdBreak]
59
+ attr_accessor duration_millis: ::Integer
55
60
  SENSITIVE: []
56
61
  end
57
62
 
58
63
  class AudienceMedia
59
- attr_accessor alternate_media: ::Array[Types::AlternateMedia]
60
64
  attr_accessor audience: ::String
65
+ attr_accessor alternate_media: ::Array[Types::AlternateMedia]
61
66
  SENSITIVE: []
62
67
  end
63
68
 
@@ -68,9 +73,9 @@ module Aws::MediaTailor
68
73
  end
69
74
 
70
75
  class AvailSuppression
71
- attr_accessor fill_policy: ("FULL_AVAIL_ONLY" | "PARTIAL_AVAIL")
72
76
  attr_accessor mode: ("OFF" | "BEHIND_LIVE_EDGE" | "AFTER_LIVE_EDGE")
73
77
  attr_accessor value: ::String
78
+ attr_accessor fill_policy: ("FULL_AVAIL_ONLY" | "PARTIAL_AVAIL")
74
79
  SENSITIVE: []
75
80
  end
76
81
 
@@ -93,17 +98,17 @@ module Aws::MediaTailor
93
98
 
94
99
  class Channel
95
100
  attr_accessor arn: ::String
96
- attr_accessor audiences: ::Array[::String]
97
101
  attr_accessor channel_name: ::String
98
102
  attr_accessor channel_state: ::String
99
103
  attr_accessor creation_time: ::Time
100
104
  attr_accessor filler_slate: Types::SlateSource
101
105
  attr_accessor last_modified_time: ::Time
102
- attr_accessor log_configuration: Types::LogConfigurationForChannel
103
106
  attr_accessor outputs: ::Array[Types::ResponseOutputItem]
104
107
  attr_accessor playback_mode: ::String
105
108
  attr_accessor tags: ::Hash[::String, ::String]
106
109
  attr_accessor tier: ::String
110
+ attr_accessor log_configuration: Types::LogConfigurationForChannel
111
+ attr_accessor audiences: ::Array[::String]
107
112
  SENSITIVE: []
108
113
  end
109
114
 
@@ -128,17 +133,18 @@ module Aws::MediaTailor
128
133
  class ConfigureLogsForPlaybackConfigurationRequest
129
134
  attr_accessor percent_enabled: ::Integer
130
135
  attr_accessor playback_configuration_name: ::String
136
+ attr_accessor enabled_logging_strategies: ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
131
137
  SENSITIVE: []
132
138
  end
133
139
 
134
140
  class ConfigureLogsForPlaybackConfigurationResponse
135
141
  attr_accessor percent_enabled: ::Integer
136
142
  attr_accessor playback_configuration_name: ::String
143
+ attr_accessor enabled_logging_strategies: ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
137
144
  SENSITIVE: []
138
145
  end
139
146
 
140
147
  class CreateChannelRequest
141
- attr_accessor audiences: ::Array[::String]
142
148
  attr_accessor channel_name: ::String
143
149
  attr_accessor filler_slate: Types::SlateSource
144
150
  attr_accessor outputs: ::Array[Types::RequestOutputItem]
@@ -146,12 +152,12 @@ module Aws::MediaTailor
146
152
  attr_accessor tags: ::Hash[::String, ::String]
147
153
  attr_accessor tier: ("BASIC" | "STANDARD")
148
154
  attr_accessor time_shift_configuration: Types::TimeShiftConfiguration
155
+ attr_accessor audiences: ::Array[::String]
149
156
  SENSITIVE: []
150
157
  end
151
158
 
152
159
  class CreateChannelResponse
153
160
  attr_accessor arn: ::String
154
- attr_accessor audiences: ::Array[::String]
155
161
  attr_accessor channel_name: ::String
156
162
  attr_accessor channel_state: ("RUNNING" | "STOPPED")
157
163
  attr_accessor creation_time: ::Time
@@ -162,6 +168,7 @@ module Aws::MediaTailor
162
168
  attr_accessor tags: ::Hash[::String, ::String]
163
169
  attr_accessor tier: ::String
164
170
  attr_accessor time_shift_configuration: Types::TimeShiftConfiguration
171
+ attr_accessor audiences: ::Array[::String]
165
172
  SENSITIVE: []
166
173
  end
167
174
 
@@ -205,29 +212,29 @@ module Aws::MediaTailor
205
212
 
206
213
  class CreateProgramRequest
207
214
  attr_accessor ad_breaks: ::Array[Types::AdBreak]
208
- attr_accessor audience_media: ::Array[Types::AudienceMedia]
209
215
  attr_accessor channel_name: ::String
210
216
  attr_accessor live_source_name: ::String
211
217
  attr_accessor program_name: ::String
212
218
  attr_accessor schedule_configuration: Types::ScheduleConfiguration
213
219
  attr_accessor source_location_name: ::String
214
220
  attr_accessor vod_source_name: ::String
221
+ attr_accessor audience_media: ::Array[Types::AudienceMedia]
215
222
  SENSITIVE: []
216
223
  end
217
224
 
218
225
  class CreateProgramResponse
219
226
  attr_accessor ad_breaks: ::Array[Types::AdBreak]
220
227
  attr_accessor arn: ::String
221
- attr_accessor audience_media: ::Array[Types::AudienceMedia]
222
228
  attr_accessor channel_name: ::String
223
- attr_accessor clip_range: Types::ClipRange
224
229
  attr_accessor creation_time: ::Time
225
- attr_accessor duration_millis: ::Integer
226
230
  attr_accessor live_source_name: ::String
227
231
  attr_accessor program_name: ::String
228
232
  attr_accessor scheduled_start_time: ::Time
229
233
  attr_accessor source_location_name: ::String
230
234
  attr_accessor vod_source_name: ::String
235
+ attr_accessor clip_range: Types::ClipRange
236
+ attr_accessor duration_millis: ::Integer
237
+ attr_accessor audience_media: ::Array[Types::AudienceMedia]
231
238
  SENSITIVE: []
232
239
  end
233
240
 
@@ -374,18 +381,18 @@ module Aws::MediaTailor
374
381
 
375
382
  class DescribeChannelResponse
376
383
  attr_accessor arn: ::String
377
- attr_accessor audiences: ::Array[::String]
378
384
  attr_accessor channel_name: ::String
379
385
  attr_accessor channel_state: ("RUNNING" | "STOPPED")
380
386
  attr_accessor creation_time: ::Time
381
387
  attr_accessor filler_slate: Types::SlateSource
382
388
  attr_accessor last_modified_time: ::Time
383
- attr_accessor log_configuration: Types::LogConfigurationForChannel
384
389
  attr_accessor outputs: ::Array[Types::ResponseOutputItem]
385
390
  attr_accessor playback_mode: ::String
386
391
  attr_accessor tags: ::Hash[::String, ::String]
387
392
  attr_accessor tier: ::String
393
+ attr_accessor log_configuration: Types::LogConfigurationForChannel
388
394
  attr_accessor time_shift_configuration: Types::TimeShiftConfiguration
395
+ attr_accessor audiences: ::Array[::String]
389
396
  SENSITIVE: []
390
397
  end
391
398
 
@@ -415,16 +422,16 @@ module Aws::MediaTailor
415
422
  class DescribeProgramResponse
416
423
  attr_accessor ad_breaks: ::Array[Types::AdBreak]
417
424
  attr_accessor arn: ::String
418
- attr_accessor audience_media: ::Array[Types::AudienceMedia]
419
425
  attr_accessor channel_name: ::String
420
- attr_accessor clip_range: Types::ClipRange
421
426
  attr_accessor creation_time: ::Time
422
- attr_accessor duration_millis: ::Integer
423
427
  attr_accessor live_source_name: ::String
424
428
  attr_accessor program_name: ::String
425
429
  attr_accessor scheduled_start_time: ::Time
426
430
  attr_accessor source_location_name: ::String
427
431
  attr_accessor vod_source_name: ::String
432
+ attr_accessor clip_range: Types::ClipRange
433
+ attr_accessor duration_millis: ::Integer
434
+ attr_accessor audience_media: ::Array[Types::AudienceMedia]
428
435
  SENSITIVE: []
429
436
  end
430
437
 
@@ -475,11 +482,11 @@ module Aws::MediaTailor
475
482
  end
476
483
 
477
484
  class GetChannelScheduleRequest
478
- attr_accessor audience: ::String
479
485
  attr_accessor channel_name: ::String
480
486
  attr_accessor duration_minutes: ::String
481
487
  attr_accessor max_results: ::Integer
482
488
  attr_accessor next_token: ::String
489
+ attr_accessor audience: ::String
483
490
  SENSITIVE: []
484
491
  end
485
492
 
@@ -515,6 +522,7 @@ module Aws::MediaTailor
515
522
  attr_accessor tags: ::Hash[::String, ::String]
516
523
  attr_accessor transcode_profile_name: ::String
517
524
  attr_accessor video_content_source_url: ::String
525
+ attr_accessor ad_conditioning_configuration: Types::AdConditioningConfiguration
518
526
  SENSITIVE: []
519
527
  end
520
528
 
@@ -540,8 +548,8 @@ module Aws::MediaTailor
540
548
  end
541
549
 
542
550
  class HlsPlaylistSettings
543
- attr_accessor ad_markup_type: ::Array[("DATERANGE" | "SCTE35_ENHANCED")]
544
551
  attr_accessor manifest_window_seconds: ::Integer
552
+ attr_accessor ad_markup_type: ::Array[("DATERANGE" | "SCTE35_ENHANCED")]
545
553
  SENSITIVE: []
546
554
  end
547
555
 
@@ -681,6 +689,7 @@ module Aws::MediaTailor
681
689
 
682
690
  class LogConfiguration
683
691
  attr_accessor percent_enabled: ::Integer
692
+ attr_accessor enabled_logging_strategies: ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
684
693
  SENSITIVE: []
685
694
  end
686
695
 
@@ -715,6 +724,7 @@ module Aws::MediaTailor
715
724
  attr_accessor tags: ::Hash[::String, ::String]
716
725
  attr_accessor transcode_profile_name: ::String
717
726
  attr_accessor video_content_source_url: ::String
727
+ attr_accessor ad_conditioning_configuration: Types::AdConditioningConfiguration
718
728
  SENSITIVE: []
719
729
  end
720
730
 
@@ -767,6 +777,7 @@ module Aws::MediaTailor
767
777
  attr_accessor tags: ::Hash[::String, ::String]
768
778
  attr_accessor transcode_profile_name: ::String
769
779
  attr_accessor video_content_source_url: ::String
780
+ attr_accessor ad_conditioning_configuration: Types::AdConditioningConfiguration
770
781
  SENSITIVE: []
771
782
  end
772
783
 
@@ -791,6 +802,7 @@ module Aws::MediaTailor
791
802
  attr_accessor tags: ::Hash[::String, ::String]
792
803
  attr_accessor transcode_profile_name: ::String
793
804
  attr_accessor video_content_source_url: ::String
805
+ attr_accessor ad_conditioning_configuration: Types::AdConditioningConfiguration
794
806
  SENSITIVE: []
795
807
  end
796
808
 
@@ -820,8 +832,8 @@ module Aws::MediaTailor
820
832
  end
821
833
 
822
834
  class ScheduleConfiguration
823
- attr_accessor clip_range: Types::ClipRange
824
835
  attr_accessor transition: Types::Transition
836
+ attr_accessor clip_range: Types::ClipRange
825
837
  SENSITIVE: []
826
838
  end
827
839
 
@@ -829,7 +841,6 @@ module Aws::MediaTailor
829
841
  attr_accessor approximate_duration_seconds: ::Integer
830
842
  attr_accessor approximate_start_time: ::Time
831
843
  attr_accessor arn: ::String
832
- attr_accessor audiences: ::Array[::String]
833
844
  attr_accessor channel_name: ::String
834
845
  attr_accessor live_source_name: ::String
835
846
  attr_accessor program_name: ::String
@@ -837,6 +848,7 @@ module Aws::MediaTailor
837
848
  attr_accessor schedule_entry_type: ("PROGRAM" | "FILLER_SLATE" | "ALTERNATE_MEDIA")
838
849
  attr_accessor source_location_name: ::String
839
850
  attr_accessor vod_source_name: ::String
851
+ attr_accessor audiences: ::Array[::String]
840
852
  SENSITIVE: []
841
853
  end
842
854
 
@@ -854,11 +866,11 @@ module Aws::MediaTailor
854
866
  end
855
867
 
856
868
  class SegmentationDescriptor
857
- attr_accessor segment_num: ::Integer
858
869
  attr_accessor segmentation_event_id: ::Integer
859
- attr_accessor segmentation_type_id: ::Integer
860
- attr_accessor segmentation_upid: ::String
861
870
  attr_accessor segmentation_upid_type: ::Integer
871
+ attr_accessor segmentation_upid: ::String
872
+ attr_accessor segmentation_type_id: ::Integer
873
+ attr_accessor segment_num: ::Integer
862
874
  attr_accessor segments_expected: ::Integer
863
875
  attr_accessor sub_segment_num: ::Integer
864
876
  attr_accessor sub_segments_expected: ::Integer
@@ -940,17 +952,16 @@ module Aws::MediaTailor
940
952
  end
941
953
 
942
954
  class UpdateChannelRequest
943
- attr_accessor audiences: ::Array[::String]
944
955
  attr_accessor channel_name: ::String
945
956
  attr_accessor filler_slate: Types::SlateSource
946
957
  attr_accessor outputs: ::Array[Types::RequestOutputItem]
947
958
  attr_accessor time_shift_configuration: Types::TimeShiftConfiguration
959
+ attr_accessor audiences: ::Array[::String]
948
960
  SENSITIVE: []
949
961
  end
950
962
 
951
963
  class UpdateChannelResponse
952
964
  attr_accessor arn: ::String
953
- attr_accessor audiences: ::Array[::String]
954
965
  attr_accessor channel_name: ::String
955
966
  attr_accessor channel_state: ("RUNNING" | "STOPPED")
956
967
  attr_accessor creation_time: ::Time
@@ -961,6 +972,7 @@ module Aws::MediaTailor
961
972
  attr_accessor tags: ::Hash[::String, ::String]
962
973
  attr_accessor tier: ::String
963
974
  attr_accessor time_shift_configuration: Types::TimeShiftConfiguration
975
+ attr_accessor audiences: ::Array[::String]
964
976
  SENSITIVE: []
965
977
  end
966
978
 
@@ -984,38 +996,38 @@ module Aws::MediaTailor
984
996
 
985
997
  class UpdateProgramRequest
986
998
  attr_accessor ad_breaks: ::Array[Types::AdBreak]
987
- attr_accessor audience_media: ::Array[Types::AudienceMedia]
988
999
  attr_accessor channel_name: ::String
989
1000
  attr_accessor program_name: ::String
990
1001
  attr_accessor schedule_configuration: Types::UpdateProgramScheduleConfiguration
1002
+ attr_accessor audience_media: ::Array[Types::AudienceMedia]
991
1003
  SENSITIVE: []
992
1004
  end
993
1005
 
994
1006
  class UpdateProgramResponse
995
1007
  attr_accessor ad_breaks: ::Array[Types::AdBreak]
996
1008
  attr_accessor arn: ::String
997
- attr_accessor audience_media: ::Array[Types::AudienceMedia]
998
1009
  attr_accessor channel_name: ::String
999
- attr_accessor clip_range: Types::ClipRange
1000
1010
  attr_accessor creation_time: ::Time
1001
- attr_accessor duration_millis: ::Integer
1002
- attr_accessor live_source_name: ::String
1003
1011
  attr_accessor program_name: ::String
1004
- attr_accessor scheduled_start_time: ::Time
1005
1012
  attr_accessor source_location_name: ::String
1006
1013
  attr_accessor vod_source_name: ::String
1014
+ attr_accessor live_source_name: ::String
1015
+ attr_accessor clip_range: Types::ClipRange
1016
+ attr_accessor duration_millis: ::Integer
1017
+ attr_accessor scheduled_start_time: ::Time
1018
+ attr_accessor audience_media: ::Array[Types::AudienceMedia]
1007
1019
  SENSITIVE: []
1008
1020
  end
1009
1021
 
1010
1022
  class UpdateProgramScheduleConfiguration
1011
- attr_accessor clip_range: Types::ClipRange
1012
1023
  attr_accessor transition: Types::UpdateProgramTransition
1024
+ attr_accessor clip_range: Types::ClipRange
1013
1025
  SENSITIVE: []
1014
1026
  end
1015
1027
 
1016
1028
  class UpdateProgramTransition
1017
- attr_accessor duration_millis: ::Integer
1018
1029
  attr_accessor scheduled_start_time_millis: ::Integer
1030
+ attr_accessor duration_millis: ::Integer
1019
1031
  SENSITIVE: []
1020
1032
  end
1021
1033
 
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.92.0
4
+ version: 1.94.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: 2025-01-15 00:00:00.000000000 Z
11
+ date: 2025-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -36,14 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for AWS MediaTailor (MediaTailor). This gem is
48
48
  part of the AWS SDK for Ruby.
49
49
  email: