aws-sdk-mediatailor 1.54.0 → 1.55.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.
@@ -31,6 +31,8 @@ module Aws::MediaTailor
31
31
  ConfigureLogsForPlaybackConfigurationResponse = Shapes::StructureShape.new(name: 'ConfigureLogsForPlaybackConfigurationResponse')
32
32
  CreateChannelRequest = Shapes::StructureShape.new(name: 'CreateChannelRequest')
33
33
  CreateChannelResponse = Shapes::StructureShape.new(name: 'CreateChannelResponse')
34
+ CreateLiveSourceRequest = Shapes::StructureShape.new(name: 'CreateLiveSourceRequest')
35
+ CreateLiveSourceResponse = Shapes::StructureShape.new(name: 'CreateLiveSourceResponse')
34
36
  CreatePrefetchScheduleRequest = Shapes::StructureShape.new(name: 'CreatePrefetchScheduleRequest')
35
37
  CreatePrefetchScheduleResponse = Shapes::StructureShape.new(name: 'CreatePrefetchScheduleResponse')
36
38
  CreateProgramRequest = Shapes::StructureShape.new(name: 'CreateProgramRequest')
@@ -47,6 +49,8 @@ module Aws::MediaTailor
47
49
  DeleteChannelPolicyResponse = Shapes::StructureShape.new(name: 'DeleteChannelPolicyResponse')
48
50
  DeleteChannelRequest = Shapes::StructureShape.new(name: 'DeleteChannelRequest')
49
51
  DeleteChannelResponse = Shapes::StructureShape.new(name: 'DeleteChannelResponse')
52
+ DeleteLiveSourceRequest = Shapes::StructureShape.new(name: 'DeleteLiveSourceRequest')
53
+ DeleteLiveSourceResponse = Shapes::StructureShape.new(name: 'DeleteLiveSourceResponse')
50
54
  DeletePlaybackConfigurationRequest = Shapes::StructureShape.new(name: 'DeletePlaybackConfigurationRequest')
51
55
  DeletePlaybackConfigurationResponse = Shapes::StructureShape.new(name: 'DeletePlaybackConfigurationResponse')
52
56
  DeletePrefetchScheduleRequest = Shapes::StructureShape.new(name: 'DeletePrefetchScheduleRequest')
@@ -59,6 +63,8 @@ module Aws::MediaTailor
59
63
  DeleteVodSourceResponse = Shapes::StructureShape.new(name: 'DeleteVodSourceResponse')
60
64
  DescribeChannelRequest = Shapes::StructureShape.new(name: 'DescribeChannelRequest')
61
65
  DescribeChannelResponse = Shapes::StructureShape.new(name: 'DescribeChannelResponse')
66
+ DescribeLiveSourceRequest = Shapes::StructureShape.new(name: 'DescribeLiveSourceRequest')
67
+ DescribeLiveSourceResponse = Shapes::StructureShape.new(name: 'DescribeLiveSourceResponse')
62
68
  DescribeProgramRequest = Shapes::StructureShape.new(name: 'DescribeProgramRequest')
63
69
  DescribeProgramResponse = Shapes::StructureShape.new(name: 'DescribeProgramResponse')
64
70
  DescribeSourceLocationRequest = Shapes::StructureShape.new(name: 'DescribeSourceLocationRequest')
@@ -82,6 +88,8 @@ module Aws::MediaTailor
82
88
  ListAlertsResponse = Shapes::StructureShape.new(name: 'ListAlertsResponse')
83
89
  ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
84
90
  ListChannelsResponse = Shapes::StructureShape.new(name: 'ListChannelsResponse')
91
+ ListLiveSourcesRequest = Shapes::StructureShape.new(name: 'ListLiveSourcesRequest')
92
+ ListLiveSourcesResponse = Shapes::StructureShape.new(name: 'ListLiveSourcesResponse')
85
93
  ListPlaybackConfigurationsRequest = Shapes::StructureShape.new(name: 'ListPlaybackConfigurationsRequest')
86
94
  ListPlaybackConfigurationsResponse = Shapes::StructureShape.new(name: 'ListPlaybackConfigurationsResponse')
87
95
  ListPrefetchSchedulesRequest = Shapes::StructureShape.new(name: 'ListPrefetchSchedulesRequest')
@@ -93,6 +101,7 @@ module Aws::MediaTailor
93
101
  ListVodSourcesRequest = Shapes::StructureShape.new(name: 'ListVodSourcesRequest')
94
102
  ListVodSourcesResponse = Shapes::StructureShape.new(name: 'ListVodSourcesResponse')
95
103
  LivePreRollConfiguration = Shapes::StructureShape.new(name: 'LivePreRollConfiguration')
104
+ LiveSource = Shapes::StructureShape.new(name: 'LiveSource')
96
105
  LogConfiguration = Shapes::StructureShape.new(name: 'LogConfiguration')
97
106
  ManifestProcessingRules = Shapes::StructureShape.new(name: 'ManifestProcessingRules')
98
107
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
@@ -128,11 +137,14 @@ module Aws::MediaTailor
128
137
  StopChannelRequest = Shapes::StructureShape.new(name: 'StopChannelRequest')
129
138
  StopChannelResponse = Shapes::StructureShape.new(name: 'StopChannelResponse')
130
139
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
140
+ Tier = Shapes::StringShape.new(name: 'Tier')
131
141
  Transition = Shapes::StructureShape.new(name: 'Transition')
132
142
  Type = Shapes::StringShape.new(name: 'Type')
133
143
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
134
144
  UpdateChannelRequest = Shapes::StructureShape.new(name: 'UpdateChannelRequest')
135
145
  UpdateChannelResponse = Shapes::StructureShape.new(name: 'UpdateChannelResponse')
146
+ UpdateLiveSourceRequest = Shapes::StructureShape.new(name: 'UpdateLiveSourceRequest')
147
+ UpdateLiveSourceResponse = Shapes::StructureShape.new(name: 'UpdateLiveSourceResponse')
136
148
  UpdateSourceLocationRequest = Shapes::StructureShape.new(name: 'UpdateSourceLocationRequest')
137
149
  UpdateSourceLocationResponse = Shapes::StructureShape.new(name: 'UpdateSourceLocationResponse')
138
150
  UpdateVodSourceRequest = Shapes::StructureShape.new(name: 'UpdateVodSourceRequest')
@@ -146,6 +158,7 @@ module Aws::MediaTailor
146
158
  __listOfAlert = Shapes::ListShape.new(name: '__listOfAlert')
147
159
  __listOfAvailMatchingCriteria = Shapes::ListShape.new(name: '__listOfAvailMatchingCriteria')
148
160
  __listOfChannel = Shapes::ListShape.new(name: '__listOfChannel')
161
+ __listOfLiveSource = Shapes::ListShape.new(name: '__listOfLiveSource')
149
162
  __listOfPlaybackConfiguration = Shapes::ListShape.new(name: '__listOfPlaybackConfiguration')
150
163
  __listOfPrefetchSchedule = Shapes::ListShape.new(name: '__listOfPrefetchSchedule')
151
164
  __listOfScheduleAdBreak = Shapes::ListShape.new(name: '__listOfScheduleAdBreak')
@@ -207,6 +220,7 @@ module Aws::MediaTailor
207
220
  Channel.add_member(:outputs, Shapes::ShapeRef.new(shape: ResponseOutputs, required: true, location_name: "Outputs"))
208
221
  Channel.add_member(:playback_mode, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "PlaybackMode"))
209
222
  Channel.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
223
+ Channel.add_member(:tier, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Tier"))
210
224
  Channel.struct_class = Types::Channel
211
225
 
212
226
  ConfigurationAliasesRequest.key = Shapes::ShapeRef.new(shape: __string)
@@ -228,6 +242,7 @@ module Aws::MediaTailor
228
242
  CreateChannelRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: RequestOutputs, required: true, location_name: "Outputs"))
229
243
  CreateChannelRequest.add_member(:playback_mode, Shapes::ShapeRef.new(shape: PlaybackMode, required: true, location_name: "PlaybackMode"))
230
244
  CreateChannelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
245
+ CreateChannelRequest.add_member(:tier, Shapes::ShapeRef.new(shape: Tier, location_name: "Tier"))
231
246
  CreateChannelRequest.struct_class = Types::CreateChannelRequest
232
247
 
233
248
  CreateChannelResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
@@ -239,8 +254,24 @@ module Aws::MediaTailor
239
254
  CreateChannelResponse.add_member(:outputs, Shapes::ShapeRef.new(shape: ResponseOutputs, location_name: "Outputs"))
240
255
  CreateChannelResponse.add_member(:playback_mode, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackMode"))
241
256
  CreateChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
257
+ CreateChannelResponse.add_member(:tier, Shapes::ShapeRef.new(shape: __string, location_name: "Tier"))
242
258
  CreateChannelResponse.struct_class = Types::CreateChannelResponse
243
259
 
260
+ CreateLiveSourceRequest.add_member(:http_package_configurations, Shapes::ShapeRef.new(shape: HttpPackageConfigurations, required: true, location_name: "HttpPackageConfigurations"))
261
+ CreateLiveSourceRequest.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "liveSourceName"))
262
+ CreateLiveSourceRequest.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "sourceLocationName"))
263
+ CreateLiveSourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
264
+ CreateLiveSourceRequest.struct_class = Types::CreateLiveSourceRequest
265
+
266
+ CreateLiveSourceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
267
+ CreateLiveSourceResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "CreationTime"))
268
+ CreateLiveSourceResponse.add_member(:http_package_configurations, Shapes::ShapeRef.new(shape: HttpPackageConfigurations, location_name: "HttpPackageConfigurations"))
269
+ CreateLiveSourceResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "LastModifiedTime"))
270
+ CreateLiveSourceResponse.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "LiveSourceName"))
271
+ CreateLiveSourceResponse.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, location_name: "SourceLocationName"))
272
+ CreateLiveSourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
273
+ CreateLiveSourceResponse.struct_class = Types::CreateLiveSourceResponse
274
+
244
275
  CreatePrefetchScheduleRequest.add_member(:consumption, Shapes::ShapeRef.new(shape: PrefetchConsumption, required: true, location_name: "Consumption"))
245
276
  CreatePrefetchScheduleRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "Name"))
246
277
  CreatePrefetchScheduleRequest.add_member(:playback_configuration_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "PlaybackConfigurationName"))
@@ -258,16 +289,18 @@ module Aws::MediaTailor
258
289
 
259
290
  CreateProgramRequest.add_member(:ad_breaks, Shapes::ShapeRef.new(shape: __listOfAdBreak, location_name: "AdBreaks"))
260
291
  CreateProgramRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelName"))
292
+ CreateProgramRequest.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "LiveSourceName"))
261
293
  CreateProgramRequest.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "programName"))
262
294
  CreateProgramRequest.add_member(:schedule_configuration, Shapes::ShapeRef.new(shape: ScheduleConfiguration, required: true, location_name: "ScheduleConfiguration"))
263
295
  CreateProgramRequest.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "SourceLocationName"))
264
- CreateProgramRequest.add_member(:vod_source_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "VodSourceName"))
296
+ CreateProgramRequest.add_member(:vod_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "VodSourceName"))
265
297
  CreateProgramRequest.struct_class = Types::CreateProgramRequest
266
298
 
267
299
  CreateProgramResponse.add_member(:ad_breaks, Shapes::ShapeRef.new(shape: __listOfAdBreak, location_name: "AdBreaks"))
268
300
  CreateProgramResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
269
301
  CreateProgramResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, location_name: "ChannelName"))
270
302
  CreateProgramResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "CreationTime"))
303
+ CreateProgramResponse.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "LiveSourceName"))
271
304
  CreateProgramResponse.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "ProgramName"))
272
305
  CreateProgramResponse.add_member(:scheduled_start_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "ScheduledStartTime"))
273
306
  CreateProgramResponse.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, location_name: "SourceLocationName"))
@@ -336,6 +369,12 @@ module Aws::MediaTailor
336
369
 
337
370
  DeleteChannelResponse.struct_class = Types::DeleteChannelResponse
338
371
 
372
+ DeleteLiveSourceRequest.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "liveSourceName"))
373
+ DeleteLiveSourceRequest.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "sourceLocationName"))
374
+ DeleteLiveSourceRequest.struct_class = Types::DeleteLiveSourceRequest
375
+
376
+ DeleteLiveSourceResponse.struct_class = Types::DeleteLiveSourceResponse
377
+
339
378
  DeletePlaybackConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "Name"))
340
379
  DeletePlaybackConfigurationRequest.struct_class = Types::DeletePlaybackConfigurationRequest
341
380
 
@@ -376,8 +415,22 @@ module Aws::MediaTailor
376
415
  DescribeChannelResponse.add_member(:outputs, Shapes::ShapeRef.new(shape: ResponseOutputs, location_name: "Outputs"))
377
416
  DescribeChannelResponse.add_member(:playback_mode, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackMode"))
378
417
  DescribeChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
418
+ DescribeChannelResponse.add_member(:tier, Shapes::ShapeRef.new(shape: __string, location_name: "Tier"))
379
419
  DescribeChannelResponse.struct_class = Types::DescribeChannelResponse
380
420
 
421
+ DescribeLiveSourceRequest.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "liveSourceName"))
422
+ DescribeLiveSourceRequest.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "sourceLocationName"))
423
+ DescribeLiveSourceRequest.struct_class = Types::DescribeLiveSourceRequest
424
+
425
+ DescribeLiveSourceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
426
+ DescribeLiveSourceResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "CreationTime"))
427
+ DescribeLiveSourceResponse.add_member(:http_package_configurations, Shapes::ShapeRef.new(shape: HttpPackageConfigurations, location_name: "HttpPackageConfigurations"))
428
+ DescribeLiveSourceResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "LastModifiedTime"))
429
+ DescribeLiveSourceResponse.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "LiveSourceName"))
430
+ DescribeLiveSourceResponse.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, location_name: "SourceLocationName"))
431
+ DescribeLiveSourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
432
+ DescribeLiveSourceResponse.struct_class = Types::DescribeLiveSourceResponse
433
+
381
434
  DescribeProgramRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelName"))
382
435
  DescribeProgramRequest.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "programName"))
383
436
  DescribeProgramRequest.struct_class = Types::DescribeProgramRequest
@@ -386,6 +439,7 @@ module Aws::MediaTailor
386
439
  DescribeProgramResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
387
440
  DescribeProgramResponse.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, location_name: "ChannelName"))
388
441
  DescribeProgramResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "CreationTime"))
442
+ DescribeProgramResponse.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "LiveSourceName"))
389
443
  DescribeProgramResponse.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, location_name: "ProgramName"))
390
444
  DescribeProgramResponse.add_member(:scheduled_start_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "ScheduledStartTime"))
391
445
  DescribeProgramResponse.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, location_name: "SourceLocationName"))
@@ -504,6 +558,15 @@ module Aws::MediaTailor
504
558
  ListChannelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
505
559
  ListChannelsResponse.struct_class = Types::ListChannelsResponse
506
560
 
561
+ ListLiveSourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
562
+ ListLiveSourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
563
+ ListLiveSourcesRequest.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "sourceLocationName"))
564
+ ListLiveSourcesRequest.struct_class = Types::ListLiveSourcesRequest
565
+
566
+ ListLiveSourcesResponse.add_member(:items, Shapes::ShapeRef.new(shape: __listOfLiveSource, location_name: "Items"))
567
+ ListLiveSourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
568
+ ListLiveSourcesResponse.struct_class = Types::ListLiveSourcesResponse
569
+
507
570
  ListPlaybackConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "MaxResults"))
508
571
  ListPlaybackConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "NextToken"))
509
572
  ListPlaybackConfigurationsRequest.struct_class = Types::ListPlaybackConfigurationsRequest
@@ -549,6 +612,15 @@ module Aws::MediaTailor
549
612
  LivePreRollConfiguration.add_member(:max_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "MaxDurationSeconds"))
550
613
  LivePreRollConfiguration.struct_class = Types::LivePreRollConfiguration
551
614
 
615
+ LiveSource.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Arn"))
616
+ LiveSource.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "CreationTime"))
617
+ LiveSource.add_member(:http_package_configurations, Shapes::ShapeRef.new(shape: HttpPackageConfigurations, required: true, location_name: "HttpPackageConfigurations"))
618
+ LiveSource.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "LastModifiedTime"))
619
+ LiveSource.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "LiveSourceName"))
620
+ LiveSource.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "SourceLocationName"))
621
+ LiveSource.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
622
+ LiveSource.struct_class = Types::LiveSource
623
+
552
624
  LogConfiguration.add_member(:percent_enabled, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "PercentEnabled"))
553
625
  LogConfiguration.struct_class = Types::LogConfiguration
554
626
 
@@ -667,11 +739,12 @@ module Aws::MediaTailor
667
739
  ScheduleEntry.add_member(:approximate_start_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "ApproximateStartTime"))
668
740
  ScheduleEntry.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Arn"))
669
741
  ScheduleEntry.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ChannelName"))
742
+ ScheduleEntry.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "LiveSourceName"))
670
743
  ScheduleEntry.add_member(:program_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ProgramName"))
671
744
  ScheduleEntry.add_member(:schedule_ad_breaks, Shapes::ShapeRef.new(shape: __listOfScheduleAdBreak, location_name: "ScheduleAdBreaks"))
672
745
  ScheduleEntry.add_member(:schedule_entry_type, Shapes::ShapeRef.new(shape: ScheduleEntryType, location_name: "ScheduleEntryType"))
673
746
  ScheduleEntry.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "SourceLocationName"))
674
- ScheduleEntry.add_member(:vod_source_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "VodSourceName"))
747
+ ScheduleEntry.add_member(:vod_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "VodSourceName"))
675
748
  ScheduleEntry.struct_class = Types::ScheduleEntry
676
749
 
677
750
  SecretsManagerAccessTokenConfiguration.add_member(:header_name, Shapes::ShapeRef.new(shape: __string, location_name: "HeaderName"))
@@ -718,6 +791,7 @@ module Aws::MediaTailor
718
791
  TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, required: true, location_name: "tags"))
719
792
  TagResourceRequest.struct_class = Types::TagResourceRequest
720
793
 
794
+ Transition.add_member(:duration_millis, Shapes::ShapeRef.new(shape: __long, location_name: "DurationMillis"))
721
795
  Transition.add_member(:relative_position, Shapes::ShapeRef.new(shape: RelativePosition, required: true, location_name: "RelativePosition"))
722
796
  Transition.add_member(:relative_program, Shapes::ShapeRef.new(shape: __string, location_name: "RelativeProgram"))
723
797
  Transition.add_member(:scheduled_start_time_millis, Shapes::ShapeRef.new(shape: __long, location_name: "ScheduledStartTimeMillis"))
@@ -742,8 +816,23 @@ module Aws::MediaTailor
742
816
  UpdateChannelResponse.add_member(:outputs, Shapes::ShapeRef.new(shape: ResponseOutputs, location_name: "Outputs"))
743
817
  UpdateChannelResponse.add_member(:playback_mode, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackMode"))
744
818
  UpdateChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
819
+ UpdateChannelResponse.add_member(:tier, Shapes::ShapeRef.new(shape: __string, location_name: "Tier"))
745
820
  UpdateChannelResponse.struct_class = Types::UpdateChannelResponse
746
821
 
822
+ UpdateLiveSourceRequest.add_member(:http_package_configurations, Shapes::ShapeRef.new(shape: HttpPackageConfigurations, required: true, location_name: "HttpPackageConfigurations"))
823
+ UpdateLiveSourceRequest.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "liveSourceName"))
824
+ UpdateLiveSourceRequest.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "sourceLocationName"))
825
+ UpdateLiveSourceRequest.struct_class = Types::UpdateLiveSourceRequest
826
+
827
+ UpdateLiveSourceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
828
+ UpdateLiveSourceResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "CreationTime"))
829
+ UpdateLiveSourceResponse.add_member(:http_package_configurations, Shapes::ShapeRef.new(shape: HttpPackageConfigurations, location_name: "HttpPackageConfigurations"))
830
+ UpdateLiveSourceResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "LastModifiedTime"))
831
+ UpdateLiveSourceResponse.add_member(:live_source_name, Shapes::ShapeRef.new(shape: __string, location_name: "LiveSourceName"))
832
+ UpdateLiveSourceResponse.add_member(:source_location_name, Shapes::ShapeRef.new(shape: __string, location_name: "SourceLocationName"))
833
+ UpdateLiveSourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
834
+ UpdateLiveSourceResponse.struct_class = Types::UpdateLiveSourceResponse
835
+
747
836
  UpdateSourceLocationRequest.add_member(:access_configuration, Shapes::ShapeRef.new(shape: AccessConfiguration, location_name: "AccessConfiguration"))
748
837
  UpdateSourceLocationRequest.add_member(:default_segment_delivery_configuration, Shapes::ShapeRef.new(shape: DefaultSegmentDeliveryConfiguration, location_name: "DefaultSegmentDeliveryConfiguration"))
749
838
  UpdateSourceLocationRequest.add_member(:http_configuration, Shapes::ShapeRef.new(shape: HttpConfiguration, required: true, location_name: "HttpConfiguration"))
@@ -793,6 +882,8 @@ module Aws::MediaTailor
793
882
 
794
883
  __listOfChannel.member = Shapes::ShapeRef.new(shape: Channel)
795
884
 
885
+ __listOfLiveSource.member = Shapes::ShapeRef.new(shape: LiveSource)
886
+
796
887
  __listOfPlaybackConfiguration.member = Shapes::ShapeRef.new(shape: PlaybackConfiguration)
797
888
 
798
889
  __listOfPrefetchSchedule.member = Shapes::ShapeRef.new(shape: PrefetchSchedule)
@@ -847,6 +938,14 @@ module Aws::MediaTailor
847
938
  o.output = Shapes::ShapeRef.new(shape: CreateChannelResponse)
848
939
  end)
849
940
 
941
+ api.add_operation(:create_live_source, Seahorse::Model::Operation.new.tap do |o|
942
+ o.name = "CreateLiveSource"
943
+ o.http_method = "POST"
944
+ o.http_request_uri = "/sourceLocation/{sourceLocationName}/liveSource/{liveSourceName}"
945
+ o.input = Shapes::ShapeRef.new(shape: CreateLiveSourceRequest)
946
+ o.output = Shapes::ShapeRef.new(shape: CreateLiveSourceResponse)
947
+ end)
948
+
850
949
  api.add_operation(:create_prefetch_schedule, Seahorse::Model::Operation.new.tap do |o|
851
950
  o.name = "CreatePrefetchSchedule"
852
951
  o.http_method = "POST"
@@ -895,6 +994,14 @@ module Aws::MediaTailor
895
994
  o.output = Shapes::ShapeRef.new(shape: DeleteChannelPolicyResponse)
896
995
  end)
897
996
 
997
+ api.add_operation(:delete_live_source, Seahorse::Model::Operation.new.tap do |o|
998
+ o.name = "DeleteLiveSource"
999
+ o.http_method = "DELETE"
1000
+ o.http_request_uri = "/sourceLocation/{sourceLocationName}/liveSource/{liveSourceName}"
1001
+ o.input = Shapes::ShapeRef.new(shape: DeleteLiveSourceRequest)
1002
+ o.output = Shapes::ShapeRef.new(shape: DeleteLiveSourceResponse)
1003
+ end)
1004
+
898
1005
  api.add_operation(:delete_playback_configuration, Seahorse::Model::Operation.new.tap do |o|
899
1006
  o.name = "DeletePlaybackConfiguration"
900
1007
  o.http_method = "DELETE"
@@ -943,6 +1050,14 @@ module Aws::MediaTailor
943
1050
  o.output = Shapes::ShapeRef.new(shape: DescribeChannelResponse)
944
1051
  end)
945
1052
 
1053
+ api.add_operation(:describe_live_source, Seahorse::Model::Operation.new.tap do |o|
1054
+ o.name = "DescribeLiveSource"
1055
+ o.http_method = "GET"
1056
+ o.http_request_uri = "/sourceLocation/{sourceLocationName}/liveSource/{liveSourceName}"
1057
+ o.input = Shapes::ShapeRef.new(shape: DescribeLiveSourceRequest)
1058
+ o.output = Shapes::ShapeRef.new(shape: DescribeLiveSourceResponse)
1059
+ end)
1060
+
946
1061
  api.add_operation(:describe_program, Seahorse::Model::Operation.new.tap do |o|
947
1062
  o.name = "DescribeProgram"
948
1063
  o.http_method = "GET"
@@ -1033,6 +1148,20 @@ module Aws::MediaTailor
1033
1148
  )
1034
1149
  end)
1035
1150
 
1151
+ api.add_operation(:list_live_sources, Seahorse::Model::Operation.new.tap do |o|
1152
+ o.name = "ListLiveSources"
1153
+ o.http_method = "GET"
1154
+ o.http_request_uri = "/sourceLocation/{sourceLocationName}/liveSources"
1155
+ o.input = Shapes::ShapeRef.new(shape: ListLiveSourcesRequest)
1156
+ o.output = Shapes::ShapeRef.new(shape: ListLiveSourcesResponse)
1157
+ o[:pager] = Aws::Pager.new(
1158
+ limit_key: "max_results",
1159
+ tokens: {
1160
+ "next_token" => "next_token"
1161
+ }
1162
+ )
1163
+ end)
1164
+
1036
1165
  api.add_operation(:list_playback_configurations, Seahorse::Model::Operation.new.tap do |o|
1037
1166
  o.name = "ListPlaybackConfigurations"
1038
1167
  o.http_method = "GET"
@@ -1156,6 +1285,14 @@ module Aws::MediaTailor
1156
1285
  o.output = Shapes::ShapeRef.new(shape: UpdateChannelResponse)
1157
1286
  end)
1158
1287
 
1288
+ api.add_operation(:update_live_source, Seahorse::Model::Operation.new.tap do |o|
1289
+ o.name = "UpdateLiveSource"
1290
+ o.http_method = "PUT"
1291
+ o.http_request_uri = "/sourceLocation/{sourceLocationName}/liveSource/{liveSourceName}"
1292
+ o.input = Shapes::ShapeRef.new(shape: UpdateLiveSourceRequest)
1293
+ o.output = Shapes::ShapeRef.new(shape: UpdateLiveSourceResponse)
1294
+ end)
1295
+
1159
1296
  api.add_operation(:update_source_location, Seahorse::Model::Operation.new.tap do |o|
1160
1297
  o.name = "UpdateSourceLocation"
1161
1298
  o.http_method = "PUT"