aws-sdk-mediatailor 1.57.0 → 1.59.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.
@@ -12,18 +12,6 @@ module Aws::MediaTailor
12
12
 
13
13
  # Access configuration parameters.
14
14
  #
15
- # @note When making an API call, you may pass AccessConfiguration
16
- # data as a hash:
17
- #
18
- # {
19
- # access_type: "S3_SIGV4", # accepts S3_SIGV4, SECRETS_MANAGER_ACCESS_TOKEN
20
- # secrets_manager_access_token_configuration: {
21
- # header_name: "__string",
22
- # secret_arn: "__string",
23
- # secret_string_key: "__string",
24
- # },
25
- # }
26
- #
27
15
  # @!attribute [rw] access_type
28
16
  # The type of authentication used to access content from
29
17
  # `HttpConfiguration::BaseUrl` on your source location. Accepted
@@ -68,38 +56,6 @@ module Aws::MediaTailor
68
56
 
69
57
  # Ad break configuration parameters.
70
58
  #
71
- # @note When making an API call, you may pass AdBreak
72
- # data as a hash:
73
- #
74
- # {
75
- # message_type: "SPLICE_INSERT", # accepts SPLICE_INSERT, TIME_SIGNAL
76
- # offset_millis: 1,
77
- # slate: {
78
- # source_location_name: "__string",
79
- # vod_source_name: "__string",
80
- # },
81
- # splice_insert_message: {
82
- # avail_num: 1,
83
- # avails_expected: 1,
84
- # splice_event_id: 1,
85
- # unique_program_id: 1,
86
- # },
87
- # time_signal_message: {
88
- # segmentation_descriptors: [
89
- # {
90
- # segment_num: 1,
91
- # segmentation_event_id: 1,
92
- # segmentation_type_id: 1,
93
- # segmentation_upid: "String",
94
- # segmentation_upid_type: 1,
95
- # segments_expected: 1,
96
- # sub_segment_num: 1,
97
- # sub_segments_expected: 1,
98
- # },
99
- # ],
100
- # },
101
- # }
102
- #
103
59
  # @!attribute [rw] message_type
104
60
  # The SCTE-35 ad insertion type. Accepted value: `SPLICE_INSERT`,
105
61
  # `TIME_SIGNAL`.
@@ -153,13 +109,6 @@ module Aws::MediaTailor
153
109
  # `EXT-X-CUE-OUT` has a value of `60`, but no ads are filled for that ad
154
110
  # break, MediaTailor will not set the value to `0`.
155
111
  #
156
- # @note When making an API call, you may pass AdMarkerPassthrough
157
- # data as a hash:
158
- #
159
- # {
160
- # enabled: false,
161
- # }
162
- #
163
112
  # @!attribute [rw] enabled
164
113
  # Enables ad marker passthrough for your configuration.
165
114
  # @return [Boolean]
@@ -226,14 +175,6 @@ module Aws::MediaTailor
226
175
  # using a logical `AND`. You can model logical `OR` combinations by
227
176
  # creating multiple prefetch schedules.
228
177
  #
229
- # @note When making an API call, you may pass AvailMatchingCriteria
230
- # data as a hash:
231
- #
232
- # {
233
- # dynamic_variable: "__string", # required
234
- # operator: "EQUALS", # required, accepts EQUALS
235
- # }
236
- #
237
178
  # @!attribute [rw] dynamic_variable
238
179
  # The dynamic variable(s) that MediaTailor should use as avail
239
180
  # matching criteria. MediaTailor only places the prefetched ads into
@@ -269,14 +210,6 @@ module Aws::MediaTailor
269
210
  #
270
211
  # [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html
271
212
  #
272
- # @note When making an API call, you may pass AvailSuppression
273
- # data as a hash:
274
- #
275
- # {
276
- # mode: "OFF", # accepts OFF, BEHIND_LIVE_EDGE
277
- # value: "__string",
278
- # }
279
- #
280
213
  # @!attribute [rw] mode
281
214
  # Sets the ad suppression mode. By default, ad suppression is off and
282
215
  # all ad breaks are filled with ads or slate. When Mode is set to
@@ -327,14 +260,6 @@ module Aws::MediaTailor
327
260
  #
328
261
  # [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html
329
262
  #
330
- # @note When making an API call, you may pass Bumper
331
- # data as a hash:
332
- #
333
- # {
334
- # end_url: "__string",
335
- # start_url: "__string",
336
- # }
337
- #
338
263
  # @!attribute [rw] end_url
339
264
  # The URL for the end bumper asset.
340
265
  # @return [String]
@@ -355,14 +280,6 @@ module Aws::MediaTailor
355
280
  # The configuration for using a content delivery network (CDN), like
356
281
  # Amazon CloudFront, for content and ad segment management.
357
282
  #
358
- # @note When making an API call, you may pass CdnConfiguration
359
- # data as a hash:
360
- #
361
- # {
362
- # ad_segment_url_prefix: "__string",
363
- # content_segment_url_prefix: "__string",
364
- # }
365
- #
366
283
  # @!attribute [rw] ad_segment_url_prefix
367
284
  # A non-default content delivery network (CDN) to serve ad segments.
368
285
  # By default, AWS Elemental MediaTailor uses Amazon CloudFront with
@@ -427,6 +344,10 @@ module Aws::MediaTailor
427
344
  # The timestamp of when the channel was last modified.
428
345
  # @return [Time]
429
346
  #
347
+ # @!attribute [rw] log_configuration
348
+ # The log configuration.
349
+ # @return [Types::LogConfigurationForChannel]
350
+ #
430
351
  # @!attribute [rw] outputs
431
352
  # The channel's output properties.
432
353
  # @return [Array<Types::ResponseOutputItem>]
@@ -466,6 +387,7 @@ module Aws::MediaTailor
466
387
  :creation_time,
467
388
  :filler_slate,
468
389
  :last_modified_time,
390
+ :log_configuration,
469
391
  :outputs,
470
392
  :playback_mode,
471
393
  :tags,
@@ -474,16 +396,42 @@ module Aws::MediaTailor
474
396
  include Aws::Structure
475
397
  end
476
398
 
477
- # Configures Amazon CloudWatch log settings for a playback
478
- # configuration.
399
+ # @!attribute [rw] channel_name
400
+ # The name of the channel.
401
+ # @return [String]
479
402
  #
480
- # @note When making an API call, you may pass ConfigureLogsForPlaybackConfigurationRequest
481
- # data as a hash:
403
+ # @!attribute [rw] log_types
404
+ # The types of logs to collect.
405
+ # @return [Array<String>]
406
+ #
407
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ConfigureLogsForChannelRequest AWS API Documentation
408
+ #
409
+ class ConfigureLogsForChannelRequest < Struct.new(
410
+ :channel_name,
411
+ :log_types)
412
+ SENSITIVE = []
413
+ include Aws::Structure
414
+ end
415
+
416
+ # @!attribute [rw] channel_name
417
+ # The name of the channel.
418
+ # @return [String]
419
+ #
420
+ # @!attribute [rw] log_types
421
+ # The types of logs collected.
422
+ # @return [Array<String>]
482
423
  #
483
- # {
484
- # percent_enabled: 1, # required
485
- # playback_configuration_name: "__string", # required
486
- # }
424
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ConfigureLogsForChannelResponse AWS API Documentation
425
+ #
426
+ class ConfigureLogsForChannelResponse < Struct.new(
427
+ :channel_name,
428
+ :log_types)
429
+ SENSITIVE = []
430
+ include Aws::Structure
431
+ end
432
+
433
+ # Configures Amazon CloudWatch log settings for a playback
434
+ # configuration.
487
435
  #
488
436
  # @!attribute [rw] percent_enabled
489
437
  # The percentage of session logs that MediaTailor sends to your
@@ -532,37 +480,6 @@ module Aws::MediaTailor
532
480
  include Aws::Structure
533
481
  end
534
482
 
535
- # @note When making an API call, you may pass CreateChannelRequest
536
- # data as a hash:
537
- #
538
- # {
539
- # channel_name: "__string", # required
540
- # filler_slate: {
541
- # source_location_name: "__string",
542
- # vod_source_name: "__string",
543
- # },
544
- # outputs: [ # required
545
- # {
546
- # dash_playlist_settings: {
547
- # manifest_window_seconds: 1,
548
- # min_buffer_time_seconds: 1,
549
- # min_update_period_seconds: 1,
550
- # suggested_presentation_delay_seconds: 1,
551
- # },
552
- # hls_playlist_settings: {
553
- # manifest_window_seconds: 1,
554
- # },
555
- # manifest_name: "__string", # required
556
- # source_group: "__string", # required
557
- # },
558
- # ],
559
- # playback_mode: "LOOP", # required, accepts LOOP, LINEAR
560
- # tags: {
561
- # "__string" => "__string",
562
- # },
563
- # tier: "BASIC", # accepts BASIC, STANDARD
564
- # }
565
- #
566
483
  # @!attribute [rw] channel_name
567
484
  # The name of the channel.
568
485
  # @return [String]
@@ -682,24 +599,6 @@ module Aws::MediaTailor
682
599
  include Aws::Structure
683
600
  end
684
601
 
685
- # @note When making an API call, you may pass CreateLiveSourceRequest
686
- # data as a hash:
687
- #
688
- # {
689
- # http_package_configurations: [ # required
690
- # {
691
- # path: "__string", # required
692
- # source_group: "__string", # required
693
- # type: "DASH", # required, accepts DASH, HLS
694
- # },
695
- # ],
696
- # live_source_name: "__string", # required
697
- # source_location_name: "__string", # required
698
- # tags: {
699
- # "__string" => "__string",
700
- # },
701
- # }
702
- #
703
602
  # @!attribute [rw] http_package_configurations
704
603
  # A list of HTTP package configuration parameters for this live
705
604
  # source.
@@ -785,32 +684,6 @@ module Aws::MediaTailor
785
684
  include Aws::Structure
786
685
  end
787
686
 
788
- # @note When making an API call, you may pass CreatePrefetchScheduleRequest
789
- # data as a hash:
790
- #
791
- # {
792
- # consumption: { # required
793
- # avail_matching_criteria: [
794
- # {
795
- # dynamic_variable: "__string", # required
796
- # operator: "EQUALS", # required, accepts EQUALS
797
- # },
798
- # ],
799
- # end_time: Time.now, # required
800
- # start_time: Time.now,
801
- # },
802
- # name: "__string", # required
803
- # playback_configuration_name: "__string", # required
804
- # retrieval: { # required
805
- # dynamic_variables: {
806
- # "__string" => "__string",
807
- # },
808
- # end_time: Time.now, # required
809
- # start_time: Time.now,
810
- # },
811
- # stream_id: "__string",
812
- # }
813
- #
814
687
  # @!attribute [rw] consumption
815
688
  # The configuration settings for MediaTailor's *consumption* of the
816
689
  # prefetched ads from the ad decision server. Each consumption
@@ -902,56 +775,6 @@ module Aws::MediaTailor
902
775
  include Aws::Structure
903
776
  end
904
777
 
905
- # @note When making an API call, you may pass CreateProgramRequest
906
- # data as a hash:
907
- #
908
- # {
909
- # ad_breaks: [
910
- # {
911
- # message_type: "SPLICE_INSERT", # accepts SPLICE_INSERT, TIME_SIGNAL
912
- # offset_millis: 1,
913
- # slate: {
914
- # source_location_name: "__string",
915
- # vod_source_name: "__string",
916
- # },
917
- # splice_insert_message: {
918
- # avail_num: 1,
919
- # avails_expected: 1,
920
- # splice_event_id: 1,
921
- # unique_program_id: 1,
922
- # },
923
- # time_signal_message: {
924
- # segmentation_descriptors: [
925
- # {
926
- # segment_num: 1,
927
- # segmentation_event_id: 1,
928
- # segmentation_type_id: 1,
929
- # segmentation_upid: "String",
930
- # segmentation_upid_type: 1,
931
- # segments_expected: 1,
932
- # sub_segment_num: 1,
933
- # sub_segments_expected: 1,
934
- # },
935
- # ],
936
- # },
937
- # },
938
- # ],
939
- # channel_name: "__string", # required
940
- # live_source_name: "__string",
941
- # program_name: "__string", # required
942
- # schedule_configuration: { # required
943
- # transition: { # required
944
- # duration_millis: 1,
945
- # relative_position: "BEFORE_PROGRAM", # required, accepts BEFORE_PROGRAM, AFTER_PROGRAM
946
- # relative_program: "__string",
947
- # scheduled_start_time_millis: 1,
948
- # type: "__string", # required
949
- # },
950
- # },
951
- # source_location_name: "__string", # required
952
- # vod_source_name: "__string",
953
- # }
954
- #
955
778
  # @!attribute [rw] ad_breaks
956
779
  # The ad break configuration settings.
957
780
  # @return [Array<Types::AdBreak>]
@@ -1046,36 +869,6 @@ module Aws::MediaTailor
1046
869
  include Aws::Structure
1047
870
  end
1048
871
 
1049
- # @note When making an API call, you may pass CreateSourceLocationRequest
1050
- # data as a hash:
1051
- #
1052
- # {
1053
- # access_configuration: {
1054
- # access_type: "S3_SIGV4", # accepts S3_SIGV4, SECRETS_MANAGER_ACCESS_TOKEN
1055
- # secrets_manager_access_token_configuration: {
1056
- # header_name: "__string",
1057
- # secret_arn: "__string",
1058
- # secret_string_key: "__string",
1059
- # },
1060
- # },
1061
- # default_segment_delivery_configuration: {
1062
- # base_url: "__string",
1063
- # },
1064
- # http_configuration: { # required
1065
- # base_url: "__string", # required
1066
- # },
1067
- # segment_delivery_configurations: [
1068
- # {
1069
- # base_url: "__string",
1070
- # name: "__string",
1071
- # },
1072
- # ],
1073
- # source_location_name: "__string", # required
1074
- # tags: {
1075
- # "__string" => "__string",
1076
- # },
1077
- # }
1078
- #
1079
872
  # @!attribute [rw] access_configuration
1080
873
  # Access configuration parameters. Configures the type of
1081
874
  # authentication used to access content from your source location.
@@ -1188,24 +981,6 @@ module Aws::MediaTailor
1188
981
  include Aws::Structure
1189
982
  end
1190
983
 
1191
- # @note When making an API call, you may pass CreateVodSourceRequest
1192
- # data as a hash:
1193
- #
1194
- # {
1195
- # http_package_configurations: [ # required
1196
- # {
1197
- # path: "__string", # required
1198
- # source_group: "__string", # required
1199
- # type: "DASH", # required, accepts DASH, HLS
1200
- # },
1201
- # ],
1202
- # source_location_name: "__string", # required
1203
- # tags: {
1204
- # "__string" => "__string",
1205
- # },
1206
- # vod_source_name: "__string", # required
1207
- # }
1208
- #
1209
984
  # @!attribute [rw] http_package_configurations
1210
985
  # A list of HTTP package configuration parameters for this VOD source.
1211
986
  # @return [Array<Types::HttpPackageConfiguration>]
@@ -1330,14 +1105,6 @@ module Aws::MediaTailor
1330
1105
 
1331
1106
  # The configuration for DASH PUT operations.
1332
1107
  #
1333
- # @note When making an API call, you may pass DashConfigurationForPut
1334
- # data as a hash:
1335
- #
1336
- # {
1337
- # mpd_location: "__string",
1338
- # origin_manifest_type: "SINGLE_PERIOD", # accepts SINGLE_PERIOD, MULTI_PERIOD
1339
- # }
1340
- #
1341
1108
  # @!attribute [rw] mpd_location
1342
1109
  # The setting that controls whether MediaTailor includes the Location
1343
1110
  # tag in DASH manifests. MediaTailor populates the Location tag with
@@ -1370,16 +1137,6 @@ module Aws::MediaTailor
1370
1137
 
1371
1138
  # Dash manifest configuration parameters.
1372
1139
  #
1373
- # @note When making an API call, you may pass DashPlaylistSettings
1374
- # data as a hash:
1375
- #
1376
- # {
1377
- # manifest_window_seconds: 1,
1378
- # min_buffer_time_seconds: 1,
1379
- # min_update_period_seconds: 1,
1380
- # suggested_presentation_delay_seconds: 1,
1381
- # }
1382
- #
1383
1140
  # @!attribute [rw] manifest_window_seconds
1384
1141
  # The total duration (in seconds) of each manifest. Minimum value:
1385
1142
  # `30` seconds. Maximum value: `3600` seconds.
@@ -1422,13 +1179,6 @@ module Aws::MediaTailor
1422
1179
  # such as CloudFront. If you don't specify a segment delivery server,
1423
1180
  # then the source location server is used.
1424
1181
  #
1425
- # @note When making an API call, you may pass DefaultSegmentDeliveryConfiguration
1426
- # data as a hash:
1427
- #
1428
- # {
1429
- # base_url: "__string",
1430
- # }
1431
- #
1432
1182
  # @!attribute [rw] base_url
1433
1183
  # The hostname of the server that will be used to serve segments. This
1434
1184
  # string must include the protocol, such as **https://**.
@@ -1442,13 +1192,6 @@ module Aws::MediaTailor
1442
1192
  include Aws::Structure
1443
1193
  end
1444
1194
 
1445
- # @note When making an API call, you may pass DeleteChannelPolicyRequest
1446
- # data as a hash:
1447
- #
1448
- # {
1449
- # channel_name: "__string", # required
1450
- # }
1451
- #
1452
1195
  # @!attribute [rw] channel_name
1453
1196
  # The name of the channel associated with this channel policy.
1454
1197
  # @return [String]
@@ -1465,13 +1208,6 @@ module Aws::MediaTailor
1465
1208
  #
1466
1209
  class DeleteChannelPolicyResponse < Aws::EmptyStructure; end
1467
1210
 
1468
- # @note When making an API call, you may pass DeleteChannelRequest
1469
- # data as a hash:
1470
- #
1471
- # {
1472
- # channel_name: "__string", # required
1473
- # }
1474
- #
1475
1211
  # @!attribute [rw] channel_name
1476
1212
  # The name of the channel.
1477
1213
  # @return [String]
@@ -1488,14 +1224,6 @@ module Aws::MediaTailor
1488
1224
  #
1489
1225
  class DeleteChannelResponse < Aws::EmptyStructure; end
1490
1226
 
1491
- # @note When making an API call, you may pass DeleteLiveSourceRequest
1492
- # data as a hash:
1493
- #
1494
- # {
1495
- # live_source_name: "__string", # required
1496
- # source_location_name: "__string", # required
1497
- # }
1498
- #
1499
1227
  # @!attribute [rw] live_source_name
1500
1228
  # The name of the live source.
1501
1229
  # @return [String]
@@ -1517,13 +1245,6 @@ module Aws::MediaTailor
1517
1245
  #
1518
1246
  class DeleteLiveSourceResponse < Aws::EmptyStructure; end
1519
1247
 
1520
- # @note When making an API call, you may pass DeletePlaybackConfigurationRequest
1521
- # data as a hash:
1522
- #
1523
- # {
1524
- # name: "__string", # required
1525
- # }
1526
- #
1527
1248
  # @!attribute [rw] name
1528
1249
  # The name of the playback configuration.
1529
1250
  # @return [String]
@@ -1540,14 +1261,6 @@ module Aws::MediaTailor
1540
1261
  #
1541
1262
  class DeletePlaybackConfigurationResponse < Aws::EmptyStructure; end
1542
1263
 
1543
- # @note When making an API call, you may pass DeletePrefetchScheduleRequest
1544
- # data as a hash:
1545
- #
1546
- # {
1547
- # name: "__string", # required
1548
- # playback_configuration_name: "__string", # required
1549
- # }
1550
- #
1551
1264
  # @!attribute [rw] name
1552
1265
  # The name of the prefetch schedule. If the action is successful, the
1553
1266
  # service sends back an HTTP 204 response with an empty HTTP body.
@@ -1570,14 +1283,6 @@ module Aws::MediaTailor
1570
1283
  #
1571
1284
  class DeletePrefetchScheduleResponse < Aws::EmptyStructure; end
1572
1285
 
1573
- # @note When making an API call, you may pass DeleteProgramRequest
1574
- # data as a hash:
1575
- #
1576
- # {
1577
- # channel_name: "__string", # required
1578
- # program_name: "__string", # required
1579
- # }
1580
- #
1581
1286
  # @!attribute [rw] channel_name
1582
1287
  # The name of the channel.
1583
1288
  # @return [String]
@@ -1599,13 +1304,6 @@ module Aws::MediaTailor
1599
1304
  #
1600
1305
  class DeleteProgramResponse < Aws::EmptyStructure; end
1601
1306
 
1602
- # @note When making an API call, you may pass DeleteSourceLocationRequest
1603
- # data as a hash:
1604
- #
1605
- # {
1606
- # source_location_name: "__string", # required
1607
- # }
1608
- #
1609
1307
  # @!attribute [rw] source_location_name
1610
1308
  # The name of the source location.
1611
1309
  # @return [String]
@@ -1622,14 +1320,6 @@ module Aws::MediaTailor
1622
1320
  #
1623
1321
  class DeleteSourceLocationResponse < Aws::EmptyStructure; end
1624
1322
 
1625
- # @note When making an API call, you may pass DeleteVodSourceRequest
1626
- # data as a hash:
1627
- #
1628
- # {
1629
- # source_location_name: "__string", # required
1630
- # vod_source_name: "__string", # required
1631
- # }
1632
- #
1633
1323
  # @!attribute [rw] source_location_name
1634
1324
  # The name of the source location associated with this VOD Source.
1635
1325
  # @return [String]
@@ -1651,13 +1341,6 @@ module Aws::MediaTailor
1651
1341
  #
1652
1342
  class DeleteVodSourceResponse < Aws::EmptyStructure; end
1653
1343
 
1654
- # @note When making an API call, you may pass DescribeChannelRequest
1655
- # data as a hash:
1656
- #
1657
- # {
1658
- # channel_name: "__string", # required
1659
- # }
1660
- #
1661
1344
  # @!attribute [rw] channel_name
1662
1345
  # The name of the channel.
1663
1346
  # @return [String]
@@ -1695,6 +1378,10 @@ module Aws::MediaTailor
1695
1378
  # The timestamp of when the channel was last modified.
1696
1379
  # @return [Time]
1697
1380
  #
1381
+ # @!attribute [rw] log_configuration
1382
+ # The log configuration for the channel.
1383
+ # @return [Types::LogConfigurationForChannel]
1384
+ #
1698
1385
  # @!attribute [rw] outputs
1699
1386
  # The channel's output properties.
1700
1387
  # @return [Array<Types::ResponseOutputItem>]
@@ -1727,6 +1414,7 @@ module Aws::MediaTailor
1727
1414
  :creation_time,
1728
1415
  :filler_slate,
1729
1416
  :last_modified_time,
1417
+ :log_configuration,
1730
1418
  :outputs,
1731
1419
  :playback_mode,
1732
1420
  :tags,
@@ -1735,14 +1423,6 @@ module Aws::MediaTailor
1735
1423
  include Aws::Structure
1736
1424
  end
1737
1425
 
1738
- # @note When making an API call, you may pass DescribeLiveSourceRequest
1739
- # data as a hash:
1740
- #
1741
- # {
1742
- # live_source_name: "__string", # required
1743
- # source_location_name: "__string", # required
1744
- # }
1745
- #
1746
1426
  # @!attribute [rw] live_source_name
1747
1427
  # The name of the live source.
1748
1428
  # @return [String]
@@ -1809,14 +1489,6 @@ module Aws::MediaTailor
1809
1489
  include Aws::Structure
1810
1490
  end
1811
1491
 
1812
- # @note When making an API call, you may pass DescribeProgramRequest
1813
- # data as a hash:
1814
- #
1815
- # {
1816
- # channel_name: "__string", # required
1817
- # program_name: "__string", # required
1818
- # }
1819
- #
1820
1492
  # @!attribute [rw] channel_name
1821
1493
  # The name of the channel associated with this Program.
1822
1494
  # @return [String]
@@ -1889,13 +1561,6 @@ module Aws::MediaTailor
1889
1561
  include Aws::Structure
1890
1562
  end
1891
1563
 
1892
- # @note When making an API call, you may pass DescribeSourceLocationRequest
1893
- # data as a hash:
1894
- #
1895
- # {
1896
- # source_location_name: "__string", # required
1897
- # }
1898
- #
1899
1564
  # @!attribute [rw] source_location_name
1900
1565
  # The name of the source location.
1901
1566
  # @return [String]
@@ -1969,14 +1634,6 @@ module Aws::MediaTailor
1969
1634
  include Aws::Structure
1970
1635
  end
1971
1636
 
1972
- # @note When making an API call, you may pass DescribeVodSourceRequest
1973
- # data as a hash:
1974
- #
1975
- # {
1976
- # source_location_name: "__string", # required
1977
- # vod_source_name: "__string", # required
1978
- # }
1979
- #
1980
1637
  # @!attribute [rw] source_location_name
1981
1638
  # The name of the source location associated with this VOD Source.
1982
1639
  # @return [String]
@@ -2043,13 +1700,6 @@ module Aws::MediaTailor
2043
1700
  include Aws::Structure
2044
1701
  end
2045
1702
 
2046
- # @note When making an API call, you may pass GetChannelPolicyRequest
2047
- # data as a hash:
2048
- #
2049
- # {
2050
- # channel_name: "__string", # required
2051
- # }
2052
- #
2053
1703
  # @!attribute [rw] channel_name
2054
1704
  # The name of the channel associated with this Channel Policy.
2055
1705
  # @return [String]
@@ -2075,16 +1725,6 @@ module Aws::MediaTailor
2075
1725
  include Aws::Structure
2076
1726
  end
2077
1727
 
2078
- # @note When making an API call, you may pass GetChannelScheduleRequest
2079
- # data as a hash:
2080
- #
2081
- # {
2082
- # channel_name: "__string", # required
2083
- # duration_minutes: "__string",
2084
- # max_results: 1,
2085
- # next_token: "__string",
2086
- # }
2087
- #
2088
1728
  # @!attribute [rw] channel_name
2089
1729
  # The name of the channel associated with this Channel Schedule.
2090
1730
  # @return [String]
@@ -2145,13 +1785,6 @@ module Aws::MediaTailor
2145
1785
  include Aws::Structure
2146
1786
  end
2147
1787
 
2148
- # @note When making an API call, you may pass GetPlaybackConfigurationRequest
2149
- # data as a hash:
2150
- #
2151
- # {
2152
- # name: "__string", # required
2153
- # }
2154
- #
2155
1788
  # @!attribute [rw] name
2156
1789
  # The identifier for the playback configuration.
2157
1790
  # @return [String]
@@ -2323,14 +1956,6 @@ module Aws::MediaTailor
2323
1956
  include Aws::Structure
2324
1957
  end
2325
1958
 
2326
- # @note When making an API call, you may pass GetPrefetchScheduleRequest
2327
- # data as a hash:
2328
- #
2329
- # {
2330
- # name: "__string", # required
2331
- # playback_configuration_name: "__string", # required
2332
- # }
2333
- #
2334
1959
  # @!attribute [rw] name
2335
1960
  # The name of the prefetch schedule. The name must be unique among all
2336
1961
  # prefetch schedules that are associated with the specified playback
@@ -2417,13 +2042,6 @@ module Aws::MediaTailor
2417
2042
 
2418
2043
  # HLS playlist configuration parameters.
2419
2044
  #
2420
- # @note When making an API call, you may pass HlsPlaylistSettings
2421
- # data as a hash:
2422
- #
2423
- # {
2424
- # manifest_window_seconds: 1,
2425
- # }
2426
- #
2427
2045
  # @!attribute [rw] manifest_window_seconds
2428
2046
  # The total duration (in seconds) of each manifest. Minimum value:
2429
2047
  # `30` seconds. Maximum value: `3600` seconds.
@@ -2439,13 +2057,6 @@ module Aws::MediaTailor
2439
2057
 
2440
2058
  # The HTTP configuration for the source location.
2441
2059
  #
2442
- # @note When making an API call, you may pass HttpConfiguration
2443
- # data as a hash:
2444
- #
2445
- # {
2446
- # base_url: "__string", # required
2447
- # }
2448
- #
2449
2060
  # @!attribute [rw] base_url
2450
2061
  # The base URL for the source location host server. This string must
2451
2062
  # include the protocol, such as **https://**.
@@ -2462,15 +2073,6 @@ module Aws::MediaTailor
2462
2073
  # The HTTP package configuration properties for the requested VOD
2463
2074
  # source.
2464
2075
  #
2465
- # @note When making an API call, you may pass HttpPackageConfiguration
2466
- # data as a hash:
2467
- #
2468
- # {
2469
- # path: "__string", # required
2470
- # source_group: "__string", # required
2471
- # type: "DASH", # required, accepts DASH, HLS
2472
- # }
2473
- #
2474
2076
  # @!attribute [rw] path
2475
2077
  # The relative path to the URL for this VOD source. This is combined
2476
2078
  # with `SourceLocation::HttpConfiguration::BaseUrl` to form a valid
@@ -2497,15 +2099,6 @@ module Aws::MediaTailor
2497
2099
  include Aws::Structure
2498
2100
  end
2499
2101
 
2500
- # @note When making an API call, you may pass ListAlertsRequest
2501
- # data as a hash:
2502
- #
2503
- # {
2504
- # max_results: 1,
2505
- # next_token: "__string",
2506
- # resource_arn: "__string", # required
2507
- # }
2508
- #
2509
2102
  # @!attribute [rw] max_results
2510
2103
  # The maximum number of alerts that you want MediaTailor to return in
2511
2104
  # response to the current request. If there are more than `MaxResults`
@@ -2552,14 +2145,6 @@ module Aws::MediaTailor
2552
2145
  include Aws::Structure
2553
2146
  end
2554
2147
 
2555
- # @note When making an API call, you may pass ListChannelsRequest
2556
- # data as a hash:
2557
- #
2558
- # {
2559
- # max_results: 1,
2560
- # next_token: "__string",
2561
- # }
2562
- #
2563
2148
  # @!attribute [rw] max_results
2564
2149
  # The maximum number of channels that you want MediaTailor to return
2565
2150
  # in response to the current request. If there are more than
@@ -2601,15 +2186,6 @@ module Aws::MediaTailor
2601
2186
  include Aws::Structure
2602
2187
  end
2603
2188
 
2604
- # @note When making an API call, you may pass ListLiveSourcesRequest
2605
- # data as a hash:
2606
- #
2607
- # {
2608
- # max_results: 1,
2609
- # next_token: "__string",
2610
- # source_location_name: "__string", # required
2611
- # }
2612
- #
2613
2189
  # @!attribute [rw] max_results
2614
2190
  # The maximum number of live sources that you want MediaTailor to
2615
2191
  # return in response to the current request. If there are more than
@@ -2657,14 +2233,6 @@ module Aws::MediaTailor
2657
2233
  include Aws::Structure
2658
2234
  end
2659
2235
 
2660
- # @note When making an API call, you may pass ListPlaybackConfigurationsRequest
2661
- # data as a hash:
2662
- #
2663
- # {
2664
- # max_results: 1,
2665
- # next_token: "__string",
2666
- # }
2667
- #
2668
2236
  # @!attribute [rw] max_results
2669
2237
  # The maximum number of playback configurations that you want
2670
2238
  # MediaTailor to return in response to the current request. If there
@@ -2708,16 +2276,6 @@ module Aws::MediaTailor
2708
2276
  include Aws::Structure
2709
2277
  end
2710
2278
 
2711
- # @note When making an API call, you may pass ListPrefetchSchedulesRequest
2712
- # data as a hash:
2713
- #
2714
- # {
2715
- # max_results: 1,
2716
- # next_token: "__string",
2717
- # playback_configuration_name: "__string", # required
2718
- # stream_id: "__string",
2719
- # }
2720
- #
2721
2279
  # @!attribute [rw] max_results
2722
2280
  # The maximum number of prefetch schedules that you want MediaTailor
2723
2281
  # to return in response to the current request. If there are more than
@@ -2782,14 +2340,6 @@ module Aws::MediaTailor
2782
2340
  include Aws::Structure
2783
2341
  end
2784
2342
 
2785
- # @note When making an API call, you may pass ListSourceLocationsRequest
2786
- # data as a hash:
2787
- #
2788
- # {
2789
- # max_results: 1,
2790
- # next_token: "__string",
2791
- # }
2792
- #
2793
2343
  # @!attribute [rw] max_results
2794
2344
  # The maximum number of source locations that you want MediaTailor to
2795
2345
  # return in response to the current request. If there are more than
@@ -2831,13 +2381,6 @@ module Aws::MediaTailor
2831
2381
  include Aws::Structure
2832
2382
  end
2833
2383
 
2834
- # @note When making an API call, you may pass ListTagsForResourceRequest
2835
- # data as a hash:
2836
- #
2837
- # {
2838
- # resource_arn: "__string", # required
2839
- # }
2840
- #
2841
2384
  # @!attribute [rw] resource_arn
2842
2385
  # The Amazon Resource Name (ARN) associated with this resource.
2843
2386
  # @return [String]
@@ -2869,15 +2412,6 @@ module Aws::MediaTailor
2869
2412
  include Aws::Structure
2870
2413
  end
2871
2414
 
2872
- # @note When making an API call, you may pass ListVodSourcesRequest
2873
- # data as a hash:
2874
- #
2875
- # {
2876
- # max_results: 1,
2877
- # next_token: "__string",
2878
- # source_location_name: "__string", # required
2879
- # }
2880
- #
2881
2415
  # @!attribute [rw] max_results
2882
2416
  # The maximum number of VOD sources that you want MediaTailor to
2883
2417
  # return in response to the current request. If there are more than
@@ -2927,14 +2461,6 @@ module Aws::MediaTailor
2927
2461
 
2928
2462
  # The configuration for pre-roll ad insertion.
2929
2463
  #
2930
- # @note When making an API call, you may pass LivePreRollConfiguration
2931
- # data as a hash:
2932
- #
2933
- # {
2934
- # ad_decision_server_url: "__string",
2935
- # max_duration_seconds: 1,
2936
- # }
2937
- #
2938
2464
  # @!attribute [rw] ad_decision_server_url
2939
2465
  # The URL for the ad decision server (ADS) for pre-roll ads. This
2940
2466
  # includes the specification of static parameters and placeholders for
@@ -3037,19 +2563,24 @@ module Aws::MediaTailor
3037
2563
  include Aws::Structure
3038
2564
  end
3039
2565
 
2566
+ # The log configuration for the channel.
2567
+ #
2568
+ # @!attribute [rw] log_types
2569
+ # The log types.
2570
+ # @return [Array<String>]
2571
+ #
2572
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/LogConfigurationForChannel AWS API Documentation
2573
+ #
2574
+ class LogConfigurationForChannel < Struct.new(
2575
+ :log_types)
2576
+ SENSITIVE = []
2577
+ include Aws::Structure
2578
+ end
2579
+
3040
2580
  # The configuration for manifest processing rules. Manifest processing
3041
2581
  # rules enable customization of the personalized manifests created by
3042
2582
  # MediaTailor.
3043
2583
  #
3044
- # @note When making an API call, you may pass ManifestProcessingRules
3045
- # data as a hash:
3046
- #
3047
- # {
3048
- # ad_marker_passthrough: {
3049
- # enabled: false,
3050
- # },
3051
- # }
3052
- #
3053
2584
  # @!attribute [rw] ad_marker_passthrough
3054
2585
  # For HLS, when set to `true`, MediaTailor passes through
3055
2586
  # `EXT-X-CUE-IN`, `EXT-X-CUE-OUT`, and `EXT-X-SPLICEPOINT-SCTE35` ad
@@ -3239,20 +2770,6 @@ module Aws::MediaTailor
3239
2770
  # A complex type that contains settings that determine how and when that
3240
2771
  # MediaTailor places prefetched ads into upcoming ad breaks.
3241
2772
  #
3242
- # @note When making an API call, you may pass PrefetchConsumption
3243
- # data as a hash:
3244
- #
3245
- # {
3246
- # avail_matching_criteria: [
3247
- # {
3248
- # dynamic_variable: "__string", # required
3249
- # operator: "EQUALS", # required, accepts EQUALS
3250
- # },
3251
- # ],
3252
- # end_time: Time.now, # required
3253
- # start_time: Time.now,
3254
- # }
3255
- #
3256
2773
  # @!attribute [rw] avail_matching_criteria
3257
2774
  # If you only want MediaTailor to insert prefetched ads into avails
3258
2775
  # (ad breaks) that match specific dynamic variables, such as
@@ -3287,17 +2804,6 @@ module Aws::MediaTailor
3287
2804
  # prefetches ads, and which dynamic variables that MediaTailor includes
3288
2805
  # in the request to the ad decision server.
3289
2806
  #
3290
- # @note When making an API call, you may pass PrefetchRetrieval
3291
- # data as a hash:
3292
- #
3293
- # {
3294
- # dynamic_variables: {
3295
- # "__string" => "__string",
3296
- # },
3297
- # end_time: Time.now, # required
3298
- # start_time: Time.now,
3299
- # }
3300
- #
3301
2807
  # @!attribute [rw] dynamic_variables
3302
2808
  # The dynamic variables to use for substitution during prefetch
3303
2809
  # requests to the ad decision server (ADS).
@@ -3391,14 +2897,6 @@ module Aws::MediaTailor
3391
2897
  include Aws::Structure
3392
2898
  end
3393
2899
 
3394
- # @note When making an API call, you may pass PutChannelPolicyRequest
3395
- # data as a hash:
3396
- #
3397
- # {
3398
- # channel_name: "__string", # required
3399
- # policy: "__string", # required
3400
- # }
3401
- #
3402
2900
  # @!attribute [rw] channel_name
3403
2901
  # The channel name associated with this Channel Policy.
3404
2902
  # @return [String]
@@ -3420,51 +2918,6 @@ module Aws::MediaTailor
3420
2918
  #
3421
2919
  class PutChannelPolicyResponse < Aws::EmptyStructure; end
3422
2920
 
3423
- # @note When making an API call, you may pass PutPlaybackConfigurationRequest
3424
- # data as a hash:
3425
- #
3426
- # {
3427
- # ad_decision_server_url: "__string",
3428
- # avail_suppression: {
3429
- # mode: "OFF", # accepts OFF, BEHIND_LIVE_EDGE
3430
- # value: "__string",
3431
- # },
3432
- # bumper: {
3433
- # end_url: "__string",
3434
- # start_url: "__string",
3435
- # },
3436
- # cdn_configuration: {
3437
- # ad_segment_url_prefix: "__string",
3438
- # content_segment_url_prefix: "__string",
3439
- # },
3440
- # configuration_aliases: {
3441
- # "__string" => {
3442
- # "__string" => "__string",
3443
- # },
3444
- # },
3445
- # dash_configuration: {
3446
- # mpd_location: "__string",
3447
- # origin_manifest_type: "SINGLE_PERIOD", # accepts SINGLE_PERIOD, MULTI_PERIOD
3448
- # },
3449
- # live_pre_roll_configuration: {
3450
- # ad_decision_server_url: "__string",
3451
- # max_duration_seconds: 1,
3452
- # },
3453
- # manifest_processing_rules: {
3454
- # ad_marker_passthrough: {
3455
- # enabled: false,
3456
- # },
3457
- # },
3458
- # name: "__string", # required
3459
- # personalization_threshold_seconds: 1,
3460
- # slate_ad_url: "__string",
3461
- # tags: {
3462
- # "__string" => "__string",
3463
- # },
3464
- # transcode_profile_name: "__string",
3465
- # video_content_source_url: "__string",
3466
- # }
3467
- #
3468
2921
  # @!attribute [rw] ad_decision_server_url
3469
2922
  # The URL for the ad decision server (ADS). This includes the
3470
2923
  # specification of static parameters and placeholders for dynamic
@@ -3759,23 +3212,6 @@ module Aws::MediaTailor
3759
3212
 
3760
3213
  # The output configuration for this channel.
3761
3214
  #
3762
- # @note When making an API call, you may pass RequestOutputItem
3763
- # data as a hash:
3764
- #
3765
- # {
3766
- # dash_playlist_settings: {
3767
- # manifest_window_seconds: 1,
3768
- # min_buffer_time_seconds: 1,
3769
- # min_update_period_seconds: 1,
3770
- # suggested_presentation_delay_seconds: 1,
3771
- # },
3772
- # hls_playlist_settings: {
3773
- # manifest_window_seconds: 1,
3774
- # },
3775
- # manifest_name: "__string", # required
3776
- # source_group: "__string", # required
3777
- # }
3778
- #
3779
3215
  # @!attribute [rw] dash_playlist_settings
3780
3216
  # DASH manifest configuration parameters.
3781
3217
  # @return [Types::DashPlaylistSettings]
@@ -3874,19 +3310,6 @@ module Aws::MediaTailor
3874
3310
  # Schedule configuration parameters. A channel must be stopped before
3875
3311
  # changes can be made to the schedule.
3876
3312
  #
3877
- # @note When making an API call, you may pass ScheduleConfiguration
3878
- # data as a hash:
3879
- #
3880
- # {
3881
- # transition: { # required
3882
- # duration_millis: 1,
3883
- # relative_position: "BEFORE_PROGRAM", # required, accepts BEFORE_PROGRAM, AFTER_PROGRAM
3884
- # relative_program: "__string",
3885
- # scheduled_start_time_millis: 1,
3886
- # type: "__string", # required
3887
- # },
3888
- # }
3889
- #
3890
3313
  # @!attribute [rw] transition
3891
3314
  # Program transition configurations.
3892
3315
  # @return [Types::Transition]
@@ -3966,15 +3389,6 @@ module Aws::MediaTailor
3966
3389
  #
3967
3390
  # [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-access-configuration-access-token.html
3968
3391
  #
3969
- # @note When making an API call, you may pass SecretsManagerAccessTokenConfiguration
3970
- # data as a hash:
3971
- #
3972
- # {
3973
- # header_name: "__string",
3974
- # secret_arn: "__string",
3975
- # secret_string_key: "__string",
3976
- # }
3977
- #
3978
3392
  # @!attribute [rw] header_name
3979
3393
  # The name of the HTTP header used to supply the access token in
3980
3394
  # requests to the source location.
@@ -4007,14 +3421,6 @@ module Aws::MediaTailor
4007
3421
 
4008
3422
  # The segment delivery configuration settings.
4009
3423
  #
4010
- # @note When making an API call, you may pass SegmentDeliveryConfiguration
4011
- # data as a hash:
4012
- #
4013
- # {
4014
- # base_url: "__string",
4015
- # name: "__string",
4016
- # }
4017
- #
4018
3424
  # @!attribute [rw] base_url
4019
3425
  # The base URL of the host or path of the segment delivery server that
4020
3426
  # you're using to serve segments. This is typically a content
@@ -4050,20 +3456,6 @@ module Aws::MediaTailor
4050
3456
  # See the `segmentation_descriptor()` table of the 2022 SCTE-35
4051
3457
  # specification for more information.
4052
3458
  #
4053
- # @note When making an API call, you may pass SegmentationDescriptor
4054
- # data as a hash:
4055
- #
4056
- # {
4057
- # segment_num: 1,
4058
- # segmentation_event_id: 1,
4059
- # segmentation_type_id: 1,
4060
- # segmentation_upid: "String",
4061
- # segmentation_upid_type: 1,
4062
- # segments_expected: 1,
4063
- # sub_segment_num: 1,
4064
- # sub_segments_expected: 1,
4065
- # }
4066
- #
4067
3459
  # @!attribute [rw] segment_num
4068
3460
  # The segment number to assign to the
4069
3461
  # `segmentation_descriptor.segment_num` message, as defined in section
@@ -4138,14 +3530,6 @@ module Aws::MediaTailor
4138
3530
 
4139
3531
  # Slate VOD source configuration.
4140
3532
  #
4141
- # @note When making an API call, you may pass SlateSource
4142
- # data as a hash:
4143
- #
4144
- # {
4145
- # source_location_name: "__string",
4146
- # vod_source_name: "__string",
4147
- # }
4148
- #
4149
3533
  # @!attribute [rw] source_location_name
4150
3534
  # The name of the source location where the slate VOD source is
4151
3535
  # stored.
@@ -4235,16 +3619,6 @@ module Aws::MediaTailor
4235
3619
 
4236
3620
  # Splice insert message configuration.
4237
3621
  #
4238
- # @note When making an API call, you may pass SpliceInsertMessage
4239
- # data as a hash:
4240
- #
4241
- # {
4242
- # avail_num: 1,
4243
- # avails_expected: 1,
4244
- # splice_event_id: 1,
4245
- # unique_program_id: 1,
4246
- # }
4247
- #
4248
3622
  # @!attribute [rw] avail_num
4249
3623
  # This is written to `splice_insert.avail_num`, as defined in section
4250
3624
  # 9.7.3.1 of the SCTE-35 specification. The default value is `0`.
@@ -4280,13 +3654,6 @@ module Aws::MediaTailor
4280
3654
  include Aws::Structure
4281
3655
  end
4282
3656
 
4283
- # @note When making an API call, you may pass StartChannelRequest
4284
- # data as a hash:
4285
- #
4286
- # {
4287
- # channel_name: "__string", # required
4288
- # }
4289
- #
4290
3657
  # @!attribute [rw] channel_name
4291
3658
  # The name of the channel.
4292
3659
  # @return [String]
@@ -4303,13 +3670,6 @@ module Aws::MediaTailor
4303
3670
  #
4304
3671
  class StartChannelResponse < Aws::EmptyStructure; end
4305
3672
 
4306
- # @note When making an API call, you may pass StopChannelRequest
4307
- # data as a hash:
4308
- #
4309
- # {
4310
- # channel_name: "__string", # required
4311
- # }
4312
- #
4313
3673
  # @!attribute [rw] channel_name
4314
3674
  # The name of the channel.
4315
3675
  # @return [String]
@@ -4326,16 +3686,6 @@ module Aws::MediaTailor
4326
3686
  #
4327
3687
  class StopChannelResponse < Aws::EmptyStructure; end
4328
3688
 
4329
- # @note When making an API call, you may pass TagResourceRequest
4330
- # data as a hash:
4331
- #
4332
- # {
4333
- # resource_arn: "__string", # required
4334
- # tags: { # required
4335
- # "__string" => "__string",
4336
- # },
4337
- # }
4338
- #
4339
3689
  # @!attribute [rw] resource_arn
4340
3690
  # The Amazon Resource Name (ARN) associated with the resource.
4341
3691
  # @return [String]
@@ -4372,24 +3722,6 @@ module Aws::MediaTailor
4372
3722
  # See the `time_signal()` table of the 2022 SCTE-35 specification for
4373
3723
  # more information.
4374
3724
  #
4375
- # @note When making an API call, you may pass TimeSignalMessage
4376
- # data as a hash:
4377
- #
4378
- # {
4379
- # segmentation_descriptors: [
4380
- # {
4381
- # segment_num: 1,
4382
- # segmentation_event_id: 1,
4383
- # segmentation_type_id: 1,
4384
- # segmentation_upid: "String",
4385
- # segmentation_upid_type: 1,
4386
- # segments_expected: 1,
4387
- # sub_segment_num: 1,
4388
- # sub_segments_expected: 1,
4389
- # },
4390
- # ],
4391
- # }
4392
- #
4393
3725
  # @!attribute [rw] segmentation_descriptors
4394
3726
  # The configurations for the SCTE-35 `segmentation_descriptor`
4395
3727
  # message(s) sent with the `time_signal` message.
@@ -4405,17 +3737,6 @@ module Aws::MediaTailor
4405
3737
 
4406
3738
  # Program transition configuration.
4407
3739
  #
4408
- # @note When making an API call, you may pass Transition
4409
- # data as a hash:
4410
- #
4411
- # {
4412
- # duration_millis: 1,
4413
- # relative_position: "BEFORE_PROGRAM", # required, accepts BEFORE_PROGRAM, AFTER_PROGRAM
4414
- # relative_program: "__string",
4415
- # scheduled_start_time_millis: 1,
4416
- # type: "__string", # required
4417
- # }
4418
- #
4419
3740
  # @!attribute [rw] duration_millis
4420
3741
  # The duration of the live program in seconds.
4421
3742
  # @return [Integer]
@@ -4468,14 +3789,6 @@ module Aws::MediaTailor
4468
3789
  include Aws::Structure
4469
3790
  end
4470
3791
 
4471
- # @note When making an API call, you may pass UntagResourceRequest
4472
- # data as a hash:
4473
- #
4474
- # {
4475
- # resource_arn: "__string", # required
4476
- # tag_keys: ["__string"], # required
4477
- # }
4478
- #
4479
3792
  # @!attribute [rw] resource_arn
4480
3793
  # The Amazon Resource Name (ARN) of the resource to untag.
4481
3794
  # @return [String]
@@ -4493,32 +3806,6 @@ module Aws::MediaTailor
4493
3806
  include Aws::Structure
4494
3807
  end
4495
3808
 
4496
- # @note When making an API call, you may pass UpdateChannelRequest
4497
- # data as a hash:
4498
- #
4499
- # {
4500
- # channel_name: "__string", # required
4501
- # filler_slate: {
4502
- # source_location_name: "__string",
4503
- # vod_source_name: "__string",
4504
- # },
4505
- # outputs: [ # required
4506
- # {
4507
- # dash_playlist_settings: {
4508
- # manifest_window_seconds: 1,
4509
- # min_buffer_time_seconds: 1,
4510
- # min_update_period_seconds: 1,
4511
- # suggested_presentation_delay_seconds: 1,
4512
- # },
4513
- # hls_playlist_settings: {
4514
- # manifest_window_seconds: 1,
4515
- # },
4516
- # manifest_name: "__string", # required
4517
- # source_group: "__string", # required
4518
- # },
4519
- # ],
4520
- # }
4521
- #
4522
3809
  # @!attribute [rw] channel_name
4523
3810
  # The name of the channel.
4524
3811
  # @return [String]
@@ -4617,21 +3904,6 @@ module Aws::MediaTailor
4617
3904
  include Aws::Structure
4618
3905
  end
4619
3906
 
4620
- # @note When making an API call, you may pass UpdateLiveSourceRequest
4621
- # data as a hash:
4622
- #
4623
- # {
4624
- # http_package_configurations: [ # required
4625
- # {
4626
- # path: "__string", # required
4627
- # source_group: "__string", # required
4628
- # type: "DASH", # required, accepts DASH, HLS
4629
- # },
4630
- # ],
4631
- # live_source_name: "__string", # required
4632
- # source_location_name: "__string", # required
4633
- # }
4634
- #
4635
3907
  # @!attribute [rw] http_package_configurations
4636
3908
  # A list of HTTP package configurations for the live source on this
4637
3909
  # account.
@@ -4705,33 +3977,6 @@ module Aws::MediaTailor
4705
3977
  include Aws::Structure
4706
3978
  end
4707
3979
 
4708
- # @note When making an API call, you may pass UpdateSourceLocationRequest
4709
- # data as a hash:
4710
- #
4711
- # {
4712
- # access_configuration: {
4713
- # access_type: "S3_SIGV4", # accepts S3_SIGV4, SECRETS_MANAGER_ACCESS_TOKEN
4714
- # secrets_manager_access_token_configuration: {
4715
- # header_name: "__string",
4716
- # secret_arn: "__string",
4717
- # secret_string_key: "__string",
4718
- # },
4719
- # },
4720
- # default_segment_delivery_configuration: {
4721
- # base_url: "__string",
4722
- # },
4723
- # http_configuration: { # required
4724
- # base_url: "__string", # required
4725
- # },
4726
- # segment_delivery_configurations: [
4727
- # {
4728
- # base_url: "__string",
4729
- # name: "__string",
4730
- # },
4731
- # ],
4732
- # source_location_name: "__string", # required
4733
- # }
4734
- #
4735
3980
  # @!attribute [rw] access_configuration
4736
3981
  # Access configuration parameters. Configures the type of
4737
3982
  # authentication used to access content from your source location.
@@ -4833,21 +4078,6 @@ module Aws::MediaTailor
4833
4078
  include Aws::Structure
4834
4079
  end
4835
4080
 
4836
- # @note When making an API call, you may pass UpdateVodSourceRequest
4837
- # data as a hash:
4838
- #
4839
- # {
4840
- # http_package_configurations: [ # required
4841
- # {
4842
- # path: "__string", # required
4843
- # source_group: "__string", # required
4844
- # type: "DASH", # required, accepts DASH, HLS
4845
- # },
4846
- # ],
4847
- # source_location_name: "__string", # required
4848
- # vod_source_name: "__string", # required
4849
- # }
4850
- #
4851
4081
  # @!attribute [rw] http_package_configurations
4852
4082
  # A list of HTTP package configurations for the VOD source on this
4853
4083
  # account.