aws-sdk-mediatailor 1.76.0 → 1.77.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.
@@ -23,6 +23,9 @@ module Aws::MediaTailor
23
23
  AdMarkupType = Shapes::StringShape.new(name: 'AdMarkupType')
24
24
  Alert = Shapes::StructureShape.new(name: 'Alert')
25
25
  AlertCategory = Shapes::StringShape.new(name: 'AlertCategory')
26
+ AlternateMedia = Shapes::StructureShape.new(name: 'AlternateMedia')
27
+ AudienceMedia = Shapes::StructureShape.new(name: 'AudienceMedia')
28
+ Audiences = Shapes::ListShape.new(name: 'Audiences')
26
29
  AvailMatchingCriteria = Shapes::StructureShape.new(name: 'AvailMatchingCriteria')
27
30
  AvailSuppression = Shapes::StructureShape.new(name: 'AvailSuppression')
28
31
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
@@ -180,6 +183,8 @@ module Aws::MediaTailor
180
183
  __integerMin1Max100 = Shapes::IntegerShape.new(name: '__integerMin1Max100')
181
184
  __listOfAdBreak = Shapes::ListShape.new(name: '__listOfAdBreak')
182
185
  __listOfAlert = Shapes::ListShape.new(name: '__listOfAlert')
186
+ __listOfAlternateMedia = Shapes::ListShape.new(name: '__listOfAlternateMedia')
187
+ __listOfAudienceMedia = Shapes::ListShape.new(name: '__listOfAudienceMedia')
183
188
  __listOfAvailMatchingCriteria = Shapes::ListShape.new(name: '__listOfAvailMatchingCriteria')
184
189
  __listOfChannel = Shapes::ListShape.new(name: '__listOfChannel')
185
190
  __listOfLiveSource = Shapes::ListShape.new(name: '__listOfLiveSource')
@@ -203,7 +208,7 @@ module Aws::MediaTailor
203
208
 
204
209
  AdBreak.add_member(:ad_break_metadata, Shapes::ShapeRef.new(shape: AdBreakMetadataList, location_name: "AdBreakMetadata"))
205
210
  AdBreak.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
206
- AdBreak.add_member(:offset_millis, Shapes::ShapeRef.new(shape: __long, location_name: "OffsetMillis"))
211
+ AdBreak.add_member(:offset_millis, Shapes::ShapeRef.new(shape: __long, required: true, location_name: "OffsetMillis"))
207
212
  AdBreak.add_member(:slate, Shapes::ShapeRef.new(shape: SlateSource, location_name: "Slate"))
208
213
  AdBreak.add_member(:splice_insert_message, Shapes::ShapeRef.new(shape: SpliceInsertMessage, location_name: "SpliceInsertMessage"))
209
214
  AdBreak.add_member(:time_signal_message, Shapes::ShapeRef.new(shape: TimeSignalMessage, location_name: "TimeSignalMessage"))
@@ -227,6 +232,21 @@ module Aws::MediaTailor
227
232
  Alert.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ResourceArn"))
228
233
  Alert.struct_class = Types::Alert
229
234
 
235
+ AlternateMedia.add_member(:ad_breaks, Shapes::ShapeRef.new(shape: __listOfAdBreak, location_name: "AdBreaks"))
236
+ AlternateMedia.add_member(:clip_range, Shapes::ShapeRef.new(shape: ClipRange, location_name: "ClipRange"))
237
+ AlternateMedia.add_member(:duration_millis, Shapes::ShapeRef.new(shape: __long, location_name: "DurationMillis"))
238
+ AlternateMedia.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "LiveSourceName"))
239
+ AlternateMedia.add_member(:scheduled_start_time_millis, Shapes::ShapeRef.new(shape: __long, location_name: "ScheduledStartTimeMillis"))
240
+ AlternateMedia.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, location_name: "SourceLocationName"))
241
+ AlternateMedia.add_member(:vod_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "VodSourceName"))
242
+ AlternateMedia.struct_class = Types::AlternateMedia
243
+
244
+ AudienceMedia.add_member(:alternate_media, Shapes::ShapeRef.new(shape: __listOfAlternateMedia, location_name: "AlternateMedia"))
245
+ AudienceMedia.add_member(:audience, Shapes::ShapeRef.new(shape: __string, location_name: "Audience"))
246
+ AudienceMedia.struct_class = Types::AudienceMedia
247
+
248
+ Audiences.member = Shapes::ShapeRef.new(shape: String)
249
+
230
250
  AvailMatchingCriteria.add_member(:dynamic_variable, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "DynamicVariable"))
231
251
  AvailMatchingCriteria.add_member(:operator, Shapes::ShapeRef.new(shape: Operator, required: true, location_name: "Operator"))
232
252
  AvailMatchingCriteria.struct_class = Types::AvailMatchingCriteria
@@ -248,6 +268,7 @@ module Aws::MediaTailor
248
268
  CdnConfiguration.struct_class = Types::CdnConfiguration
249
269
 
250
270
  Channel.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Arn"))
271
+ Channel.add_member(:audiences, Shapes::ShapeRef.new(shape: Audiences, location_name: "Audiences"))
251
272
  Channel.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ChannelName"))
252
273
  Channel.add_member(:channel_state, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ChannelState"))
253
274
  Channel.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "CreationTime"))
@@ -260,7 +281,8 @@ module Aws::MediaTailor
260
281
  Channel.add_member(:tier, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Tier"))
261
282
  Channel.struct_class = Types::Channel
262
283
 
263
- ClipRange.add_member(:end_offset_millis, Shapes::ShapeRef.new(shape: __long, required: true, location_name: "EndOffsetMillis"))
284
+ ClipRange.add_member(:end_offset_millis, Shapes::ShapeRef.new(shape: __long, location_name: "EndOffsetMillis", metadata: {"box"=>true}))
285
+ ClipRange.add_member(:start_offset_millis, Shapes::ShapeRef.new(shape: __long, location_name: "StartOffsetMillis"))
264
286
  ClipRange.struct_class = Types::ClipRange
265
287
 
266
288
  ConfigurationAliasesRequest.key = Shapes::ShapeRef.new(shape: __string)
@@ -285,6 +307,7 @@ module Aws::MediaTailor
285
307
  ConfigureLogsForPlaybackConfigurationResponse.add_member(:playback_configuration_name, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationName"))
286
308
  ConfigureLogsForPlaybackConfigurationResponse.struct_class = Types::ConfigureLogsForPlaybackConfigurationResponse
287
309
 
310
+ CreateChannelRequest.add_member(:audiences, Shapes::ShapeRef.new(shape: Audiences, location_name: "Audiences"))
288
311
  CreateChannelRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ChannelName"))
289
312
  CreateChannelRequest.add_member(:filler_slate, Shapes::ShapeRef.new(shape: SlateSource, location_name: "FillerSlate"))
290
313
  CreateChannelRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: RequestOutputs, required: true, location_name: "Outputs"))
@@ -295,6 +318,7 @@ module Aws::MediaTailor
295
318
  CreateChannelRequest.struct_class = Types::CreateChannelRequest
296
319
 
297
320
  CreateChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
321
+ CreateChannelResponse.add_member(:audiences, Shapes::ShapeRef.new(shape: Audiences, location_name: "Audiences"))
298
322
  CreateChannelResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, location_name: "ChannelName"))
299
323
  CreateChannelResponse.add_member(:channel_state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "ChannelState"))
300
324
  CreateChannelResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "CreationTime"))
@@ -338,6 +362,7 @@ module Aws::MediaTailor
338
362
  CreatePrefetchScheduleResponse.struct_class = Types::CreatePrefetchScheduleResponse
339
363
 
340
364
  CreateProgramRequest.add_member(:ad_breaks, Shapes::ShapeRef.new(shape: __listOfAdBreak, location_name: "AdBreaks"))
365
+ CreateProgramRequest.add_member(:audience_media, Shapes::ShapeRef.new(shape: __listOfAudienceMedia, location_name: "AudienceMedia"))
341
366
  CreateProgramRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ChannelName"))
342
367
  CreateProgramRequest.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "LiveSourceName"))
343
368
  CreateProgramRequest.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ProgramName"))
@@ -348,6 +373,7 @@ module Aws::MediaTailor
348
373
 
349
374
  CreateProgramResponse.add_member(:ad_breaks, Shapes::ShapeRef.new(shape: __listOfAdBreak, location_name: "AdBreaks"))
350
375
  CreateProgramResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
376
+ CreateProgramResponse.add_member(:audience_media, Shapes::ShapeRef.new(shape: __listOfAudienceMedia, location_name: "AudienceMedia"))
351
377
  CreateProgramResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, location_name: "ChannelName"))
352
378
  CreateProgramResponse.add_member(:clip_range, Shapes::ShapeRef.new(shape: ClipRange, location_name: "ClipRange"))
353
379
  CreateProgramResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "CreationTime"))
@@ -459,6 +485,7 @@ module Aws::MediaTailor
459
485
  DescribeChannelRequest.struct_class = Types::DescribeChannelRequest
460
486
 
461
487
  DescribeChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
488
+ DescribeChannelResponse.add_member(:audiences, Shapes::ShapeRef.new(shape: Audiences, location_name: "Audiences"))
462
489
  DescribeChannelResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, location_name: "ChannelName"))
463
490
  DescribeChannelResponse.add_member(:channel_state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "ChannelState"))
464
491
  DescribeChannelResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "CreationTime"))
@@ -491,6 +518,7 @@ module Aws::MediaTailor
491
518
 
492
519
  DescribeProgramResponse.add_member(:ad_breaks, Shapes::ShapeRef.new(shape: __listOfAdBreak, location_name: "AdBreaks"))
493
520
  DescribeProgramResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
521
+ DescribeProgramResponse.add_member(:audience_media, Shapes::ShapeRef.new(shape: __listOfAudienceMedia, location_name: "AudienceMedia"))
494
522
  DescribeProgramResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, location_name: "ChannelName"))
495
523
  DescribeProgramResponse.add_member(:clip_range, Shapes::ShapeRef.new(shape: ClipRange, location_name: "ClipRange"))
496
524
  DescribeProgramResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "CreationTime"))
@@ -536,6 +564,7 @@ module Aws::MediaTailor
536
564
  GetChannelPolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: __string, location_name: "Policy"))
537
565
  GetChannelPolicyResponse.struct_class = Types::GetChannelPolicyResponse
538
566
 
567
+ GetChannelScheduleRequest.add_member(:audience, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "audience"))
539
568
  GetChannelScheduleRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ChannelName"))
540
569
  GetChannelScheduleRequest.add_member(:duration_minutes, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "durationMinutes"))
541
570
  GetChannelScheduleRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -806,6 +835,7 @@ module Aws::MediaTailor
806
835
  ScheduleEntry.add_member(:approximate_duration_seconds, Shapes::ShapeRef.new(shape: __long, location_name: "ApproximateDurationSeconds"))
807
836
  ScheduleEntry.add_member(:approximate_start_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "ApproximateStartTime"))
808
837
  ScheduleEntry.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Arn"))
838
+ ScheduleEntry.add_member(:audiences, Shapes::ShapeRef.new(shape: Audiences, location_name: "Audiences"))
809
839
  ScheduleEntry.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ChannelName"))
810
840
  ScheduleEntry.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "LiveSourceName"))
811
841
  ScheduleEntry.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ProgramName"))
@@ -888,6 +918,7 @@ module Aws::MediaTailor
888
918
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location: "querystring", location_name: "tagKeys"))
889
919
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
890
920
 
921
+ UpdateChannelRequest.add_member(:audiences, Shapes::ShapeRef.new(shape: Audiences, location_name: "Audiences"))
891
922
  UpdateChannelRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ChannelName"))
892
923
  UpdateChannelRequest.add_member(:filler_slate, Shapes::ShapeRef.new(shape: SlateSource, location_name: "FillerSlate"))
893
924
  UpdateChannelRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: RequestOutputs, required: true, location_name: "Outputs"))
@@ -895,6 +926,7 @@ module Aws::MediaTailor
895
926
  UpdateChannelRequest.struct_class = Types::UpdateChannelRequest
896
927
 
897
928
  UpdateChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
929
+ UpdateChannelResponse.add_member(:audiences, Shapes::ShapeRef.new(shape: Audiences, location_name: "Audiences"))
898
930
  UpdateChannelResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, location_name: "ChannelName"))
899
931
  UpdateChannelResponse.add_member(:channel_state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "ChannelState"))
900
932
  UpdateChannelResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "CreationTime"))
@@ -922,6 +954,7 @@ module Aws::MediaTailor
922
954
  UpdateLiveSourceResponse.struct_class = Types::UpdateLiveSourceResponse
923
955
 
924
956
  UpdateProgramRequest.add_member(:ad_breaks, Shapes::ShapeRef.new(shape: __listOfAdBreak, location_name: "AdBreaks"))
957
+ UpdateProgramRequest.add_member(:audience_media, Shapes::ShapeRef.new(shape: __listOfAudienceMedia, location_name: "AudienceMedia"))
925
958
  UpdateProgramRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ChannelName"))
926
959
  UpdateProgramRequest.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ProgramName"))
927
960
  UpdateProgramRequest.add_member(:schedule_configuration, Shapes::ShapeRef.new(shape: UpdateProgramScheduleConfiguration, required: true, location_name: "ScheduleConfiguration"))
@@ -929,6 +962,7 @@ module Aws::MediaTailor
929
962
 
930
963
  UpdateProgramResponse.add_member(:ad_breaks, Shapes::ShapeRef.new(shape: __listOfAdBreak, location_name: "AdBreaks"))
931
964
  UpdateProgramResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
965
+ UpdateProgramResponse.add_member(:audience_media, Shapes::ShapeRef.new(shape: __listOfAudienceMedia, location_name: "AudienceMedia"))
932
966
  UpdateProgramResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, location_name: "ChannelName"))
933
967
  UpdateProgramResponse.add_member(:clip_range, Shapes::ShapeRef.new(shape: ClipRange, location_name: "ClipRange"))
934
968
  UpdateProgramResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "CreationTime"))
@@ -993,6 +1027,10 @@ module Aws::MediaTailor
993
1027
 
994
1028
  __listOfAlert.member = Shapes::ShapeRef.new(shape: Alert)
995
1029
 
1030
+ __listOfAlternateMedia.member = Shapes::ShapeRef.new(shape: AlternateMedia)
1031
+
1032
+ __listOfAudienceMedia.member = Shapes::ShapeRef.new(shape: AudienceMedia)
1033
+
996
1034
  __listOfAvailMatchingCriteria.member = Shapes::ShapeRef.new(shape: AvailMatchingCriteria)
997
1035
 
998
1036
  __listOfChannel.member = Shapes::ShapeRef.new(shape: Channel)
@@ -223,6 +223,73 @@ module Aws::MediaTailor
223
223
  include Aws::Structure
224
224
  end
225
225
 
226
+ # A playlist of media (VOD and/or live) to be played instead of the
227
+ # default media on a particular program.
228
+ #
229
+ # @!attribute [rw] ad_breaks
230
+ # Ad break configuration parameters defined in AlternateMedia.
231
+ # @return [Array<Types::AdBreak>]
232
+ #
233
+ # @!attribute [rw] clip_range
234
+ # Clip range configuration for the VOD source associated with the
235
+ # program.
236
+ # @return [Types::ClipRange]
237
+ #
238
+ # @!attribute [rw] duration_millis
239
+ # The duration of the alternateMedia in milliseconds.
240
+ # @return [Integer]
241
+ #
242
+ # @!attribute [rw] live_source_name
243
+ # The name of the live source for alternateMedia.
244
+ # @return [String]
245
+ #
246
+ # @!attribute [rw] scheduled_start_time_millis
247
+ # The date and time that the alternateMedia is scheduled to start, in
248
+ # epoch milliseconds.
249
+ # @return [Integer]
250
+ #
251
+ # @!attribute [rw] source_location_name
252
+ # The name of the source location for alternateMedia.
253
+ # @return [String]
254
+ #
255
+ # @!attribute [rw] vod_source_name
256
+ # The name of the VOD source for alternateMedia.
257
+ # @return [String]
258
+ #
259
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/AlternateMedia AWS API Documentation
260
+ #
261
+ class AlternateMedia < Struct.new(
262
+ :ad_breaks,
263
+ :clip_range,
264
+ :duration_millis,
265
+ :live_source_name,
266
+ :scheduled_start_time_millis,
267
+ :source_location_name,
268
+ :vod_source_name)
269
+ SENSITIVE = []
270
+ include Aws::Structure
271
+ end
272
+
273
+ # An AudienceMedia object contains an Audience and a list of
274
+ # AlternateMedia.
275
+ #
276
+ # @!attribute [rw] alternate_media
277
+ # The list of AlternateMedia defined in AudienceMedia.
278
+ # @return [Array<Types::AlternateMedia>]
279
+ #
280
+ # @!attribute [rw] audience
281
+ # The Audience defined in AudienceMedia.
282
+ # @return [String]
283
+ #
284
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/AudienceMedia AWS API Documentation
285
+ #
286
+ class AudienceMedia < Struct.new(
287
+ :alternate_media,
288
+ :audience)
289
+ SENSITIVE = []
290
+ include Aws::Structure
291
+ end
292
+
226
293
  # MediaTailor only places (consumes) prefetched ads if the ad break
227
294
  # meets the criteria defined by the dynamic variables. This gives you
228
295
  # granular control over which ad break to place the prefetched ads into.
@@ -398,6 +465,10 @@ module Aws::MediaTailor
398
465
  # The ARN of the channel.
399
466
  # @return [String]
400
467
  #
468
+ # @!attribute [rw] audiences
469
+ # The list of audiences defined in channel.
470
+ # @return [Array<String>]
471
+ #
401
472
  # @!attribute [rw] channel_name
402
473
  # The name of the channel.
403
474
  # @return [String]
@@ -459,6 +530,7 @@ module Aws::MediaTailor
459
530
  #
460
531
  class Channel < Struct.new(
461
532
  :arn,
533
+ :audiences,
462
534
  :channel_name,
463
535
  :channel_state,
464
536
  :creation_time,
@@ -481,10 +553,17 @@ module Aws::MediaTailor
481
553
  # beginning of the VOD source associated with the program.
482
554
  # @return [Integer]
483
555
  #
556
+ # @!attribute [rw] start_offset_millis
557
+ # The start offset of the clip range, in milliseconds. This offset
558
+ # truncates the start at the number of milliseconds into the duration
559
+ # of the VOD source.
560
+ # @return [Integer]
561
+ #
484
562
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ClipRange AWS API Documentation
485
563
  #
486
564
  class ClipRange < Struct.new(
487
- :end_offset_millis)
565
+ :end_offset_millis,
566
+ :start_offset_millis)
488
567
  SENSITIVE = []
489
568
  include Aws::Structure
490
569
  end
@@ -573,6 +652,10 @@ module Aws::MediaTailor
573
652
  include Aws::Structure
574
653
  end
575
654
 
655
+ # @!attribute [rw] audiences
656
+ # The list of audiences defined in channel.
657
+ # @return [Array<String>]
658
+ #
576
659
  # @!attribute [rw] channel_name
577
660
  # The name of the channel.
578
661
  # @return [String]
@@ -622,6 +705,7 @@ module Aws::MediaTailor
622
705
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateChannelRequest AWS API Documentation
623
706
  #
624
707
  class CreateChannelRequest < Struct.new(
708
+ :audiences,
625
709
  :channel_name,
626
710
  :filler_slate,
627
711
  :outputs,
@@ -637,6 +721,10 @@ module Aws::MediaTailor
637
721
  # The Amazon Resource Name (ARN) to assign to the channel.
638
722
  # @return [String]
639
723
  #
724
+ # @!attribute [rw] audiences
725
+ # The list of audiences defined in channel.
726
+ # @return [Array<String>]
727
+ #
640
728
  # @!attribute [rw] channel_name
641
729
  # The name to assign to the channel.
642
730
  # @return [String]
@@ -689,6 +777,7 @@ module Aws::MediaTailor
689
777
  #
690
778
  class CreateChannelResponse < Struct.new(
691
779
  :arn,
780
+ :audiences,
692
781
  :channel_name,
693
782
  :channel_state,
694
783
  :creation_time,
@@ -883,6 +972,10 @@ module Aws::MediaTailor
883
972
  # The ad break configuration settings.
884
973
  # @return [Array<Types::AdBreak>]
885
974
  #
975
+ # @!attribute [rw] audience_media
976
+ # The list of AudienceMedia defined in program.
977
+ # @return [Array<Types::AudienceMedia>]
978
+ #
886
979
  # @!attribute [rw] channel_name
887
980
  # The name of the channel for this Program.
888
981
  # @return [String]
@@ -911,6 +1004,7 @@ module Aws::MediaTailor
911
1004
  #
912
1005
  class CreateProgramRequest < Struct.new(
913
1006
  :ad_breaks,
1007
+ :audience_media,
914
1008
  :channel_name,
915
1009
  :live_source_name,
916
1010
  :program_name,
@@ -929,6 +1023,10 @@ module Aws::MediaTailor
929
1023
  # The ARN to assign to the program.
930
1024
  # @return [String]
931
1025
  #
1026
+ # @!attribute [rw] audience_media
1027
+ # The list of AudienceMedia defined in program.
1028
+ # @return [Array<Types::AudienceMedia>]
1029
+ #
932
1030
  # @!attribute [rw] channel_name
933
1031
  # The name to assign to the channel for this program.
934
1032
  # @return [String]
@@ -970,6 +1068,7 @@ module Aws::MediaTailor
970
1068
  class CreateProgramResponse < Struct.new(
971
1069
  :ad_breaks,
972
1070
  :arn,
1071
+ :audience_media,
973
1072
  :channel_name,
974
1073
  :clip_range,
975
1074
  :creation_time,
@@ -1471,6 +1570,10 @@ module Aws::MediaTailor
1471
1570
  # The ARN of the channel.
1472
1571
  # @return [String]
1473
1572
  #
1573
+ # @!attribute [rw] audiences
1574
+ # The list of audiences defined in channel.
1575
+ # @return [Array<String>]
1576
+ #
1474
1577
  # @!attribute [rw] channel_name
1475
1578
  # The name of the channel.
1476
1579
  # @return [String]
@@ -1527,6 +1630,7 @@ module Aws::MediaTailor
1527
1630
  #
1528
1631
  class DescribeChannelResponse < Struct.new(
1529
1632
  :arn,
1633
+ :audiences,
1530
1634
  :channel_name,
1531
1635
  :channel_state,
1532
1636
  :creation_time,
@@ -1633,6 +1737,10 @@ module Aws::MediaTailor
1633
1737
  # The ARN of the program.
1634
1738
  # @return [String]
1635
1739
  #
1740
+ # @!attribute [rw] audience_media
1741
+ # The list of AudienceMedia defined in program.
1742
+ # @return [Array<Types::AudienceMedia>]
1743
+ #
1636
1744
  # @!attribute [rw] channel_name
1637
1745
  # The name of the channel that the program belongs to.
1638
1746
  # @return [String]
@@ -1677,6 +1785,7 @@ module Aws::MediaTailor
1677
1785
  class DescribeProgramResponse < Struct.new(
1678
1786
  :ad_breaks,
1679
1787
  :arn,
1788
+ :audience_media,
1680
1789
  :channel_name,
1681
1790
  :clip_range,
1682
1791
  :creation_time,
@@ -1859,6 +1968,10 @@ module Aws::MediaTailor
1859
1968
  include Aws::Structure
1860
1969
  end
1861
1970
 
1971
+ # @!attribute [rw] audience
1972
+ # The single audience for GetChannelScheduleRequest.
1973
+ # @return [String]
1974
+ #
1862
1975
  # @!attribute [rw] channel_name
1863
1976
  # The name of the channel associated with this Channel Schedule.
1864
1977
  # @return [String]
@@ -1892,6 +2005,7 @@ module Aws::MediaTailor
1892
2005
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetChannelScheduleRequest AWS API Documentation
1893
2006
  #
1894
2007
  class GetChannelScheduleRequest < Struct.new(
2008
+ :audience,
1895
2009
  :channel_name,
1896
2010
  :duration_minutes,
1897
2011
  :max_results,
@@ -3509,6 +3623,10 @@ module Aws::MediaTailor
3509
3623
  # The ARN of the program.
3510
3624
  # @return [String]
3511
3625
  #
3626
+ # @!attribute [rw] audiences
3627
+ # The list of audiences defined in ScheduleEntry.
3628
+ # @return [Array<String>]
3629
+ #
3512
3630
  # @!attribute [rw] channel_name
3513
3631
  # The name of the channel that uses this schedule.
3514
3632
  # @return [String]
@@ -3543,6 +3661,7 @@ module Aws::MediaTailor
3543
3661
  :approximate_duration_seconds,
3544
3662
  :approximate_start_time,
3545
3663
  :arn,
3664
+ :audiences,
3546
3665
  :channel_name,
3547
3666
  :live_source_name,
3548
3667
  :program_name,
@@ -3995,6 +4114,10 @@ module Aws::MediaTailor
3995
4114
  include Aws::Structure
3996
4115
  end
3997
4116
 
4117
+ # @!attribute [rw] audiences
4118
+ # The list of audiences defined in channel.
4119
+ # @return [Array<String>]
4120
+ #
3998
4121
  # @!attribute [rw] channel_name
3999
4122
  # The name of the channel.
4000
4123
  # @return [String]
@@ -4018,6 +4141,7 @@ module Aws::MediaTailor
4018
4141
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateChannelRequest AWS API Documentation
4019
4142
  #
4020
4143
  class UpdateChannelRequest < Struct.new(
4144
+ :audiences,
4021
4145
  :channel_name,
4022
4146
  :filler_slate,
4023
4147
  :outputs,
@@ -4030,6 +4154,10 @@ module Aws::MediaTailor
4030
4154
  # The Amazon Resource Name (ARN) associated with the channel.
4031
4155
  # @return [String]
4032
4156
  #
4157
+ # @!attribute [rw] audiences
4158
+ # The list of audiences defined in channel.
4159
+ # @return [Array<String>]
4160
+ #
4033
4161
  # @!attribute [rw] channel_name
4034
4162
  # The name of the channel.
4035
4163
  # @return [String]
@@ -4090,6 +4218,7 @@ module Aws::MediaTailor
4090
4218
  #
4091
4219
  class UpdateChannelResponse < Struct.new(
4092
4220
  :arn,
4221
+ :audiences,
4093
4222
  :channel_name,
4094
4223
  :channel_state,
4095
4224
  :creation_time,
@@ -4181,6 +4310,10 @@ module Aws::MediaTailor
4181
4310
  # The ad break configuration settings.
4182
4311
  # @return [Array<Types::AdBreak>]
4183
4312
  #
4313
+ # @!attribute [rw] audience_media
4314
+ # The list of AudienceMedia defined in program.
4315
+ # @return [Array<Types::AudienceMedia>]
4316
+ #
4184
4317
  # @!attribute [rw] channel_name
4185
4318
  # The name of the channel for this Program.
4186
4319
  # @return [String]
@@ -4197,6 +4330,7 @@ module Aws::MediaTailor
4197
4330
  #
4198
4331
  class UpdateProgramRequest < Struct.new(
4199
4332
  :ad_breaks,
4333
+ :audience_media,
4200
4334
  :channel_name,
4201
4335
  :program_name,
4202
4336
  :schedule_configuration)
@@ -4212,6 +4346,10 @@ module Aws::MediaTailor
4212
4346
  # The ARN to assign to the program.
4213
4347
  # @return [String]
4214
4348
  #
4349
+ # @!attribute [rw] audience_media
4350
+ # The list of AudienceMedia defined in program.
4351
+ # @return [Array<Types::AudienceMedia>]
4352
+ #
4215
4353
  # @!attribute [rw] channel_name
4216
4354
  # The name to assign to the channel for this program.
4217
4355
  # @return [String]
@@ -4253,6 +4391,7 @@ module Aws::MediaTailor
4253
4391
  class UpdateProgramResponse < Struct.new(
4254
4392
  :ad_breaks,
4255
4393
  :arn,
4394
+ :audience_media,
4256
4395
  :channel_name,
4257
4396
  :clip_range,
4258
4397
  :creation_time,
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-mediatailor/customizations'
52
52
  # @!group service
53
53
  module Aws::MediaTailor
54
54
 
55
- GEM_VERSION = '1.76.0'
55
+ GEM_VERSION = '1.77.0'
56
56
 
57
57
  end