aws-sdk-mediatailor 1.57.0 → 1.58.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-mediatailor/client.rb +1 -1
- data/lib/aws-sdk-mediatailor/endpoint_provider.rb +35 -96
- data/lib/aws-sdk-mediatailor/types.rb +0 -828
- data/lib/aws-sdk-mediatailor.rb +1 -1
- metadata +2 -2
@@ -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
|
@@ -477,14 +394,6 @@ module Aws::MediaTailor
|
|
477
394
|
# Configures Amazon CloudWatch log settings for a playback
|
478
395
|
# configuration.
|
479
396
|
#
|
480
|
-
# @note When making an API call, you may pass ConfigureLogsForPlaybackConfigurationRequest
|
481
|
-
# data as a hash:
|
482
|
-
#
|
483
|
-
# {
|
484
|
-
# percent_enabled: 1, # required
|
485
|
-
# playback_configuration_name: "__string", # required
|
486
|
-
# }
|
487
|
-
#
|
488
397
|
# @!attribute [rw] percent_enabled
|
489
398
|
# The percentage of session logs that MediaTailor sends to your
|
490
399
|
# Cloudwatch Logs account. For example, if your playback configuration
|
@@ -532,37 +441,6 @@ module Aws::MediaTailor
|
|
532
441
|
include Aws::Structure
|
533
442
|
end
|
534
443
|
|
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
444
|
# @!attribute [rw] channel_name
|
567
445
|
# The name of the channel.
|
568
446
|
# @return [String]
|
@@ -682,24 +560,6 @@ module Aws::MediaTailor
|
|
682
560
|
include Aws::Structure
|
683
561
|
end
|
684
562
|
|
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
563
|
# @!attribute [rw] http_package_configurations
|
704
564
|
# A list of HTTP package configuration parameters for this live
|
705
565
|
# source.
|
@@ -785,32 +645,6 @@ module Aws::MediaTailor
|
|
785
645
|
include Aws::Structure
|
786
646
|
end
|
787
647
|
|
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
648
|
# @!attribute [rw] consumption
|
815
649
|
# The configuration settings for MediaTailor's *consumption* of the
|
816
650
|
# prefetched ads from the ad decision server. Each consumption
|
@@ -902,56 +736,6 @@ module Aws::MediaTailor
|
|
902
736
|
include Aws::Structure
|
903
737
|
end
|
904
738
|
|
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
739
|
# @!attribute [rw] ad_breaks
|
956
740
|
# The ad break configuration settings.
|
957
741
|
# @return [Array<Types::AdBreak>]
|
@@ -1046,36 +830,6 @@ module Aws::MediaTailor
|
|
1046
830
|
include Aws::Structure
|
1047
831
|
end
|
1048
832
|
|
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
833
|
# @!attribute [rw] access_configuration
|
1080
834
|
# Access configuration parameters. Configures the type of
|
1081
835
|
# authentication used to access content from your source location.
|
@@ -1188,24 +942,6 @@ module Aws::MediaTailor
|
|
1188
942
|
include Aws::Structure
|
1189
943
|
end
|
1190
944
|
|
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
945
|
# @!attribute [rw] http_package_configurations
|
1210
946
|
# A list of HTTP package configuration parameters for this VOD source.
|
1211
947
|
# @return [Array<Types::HttpPackageConfiguration>]
|
@@ -1330,14 +1066,6 @@ module Aws::MediaTailor
|
|
1330
1066
|
|
1331
1067
|
# The configuration for DASH PUT operations.
|
1332
1068
|
#
|
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
1069
|
# @!attribute [rw] mpd_location
|
1342
1070
|
# The setting that controls whether MediaTailor includes the Location
|
1343
1071
|
# tag in DASH manifests. MediaTailor populates the Location tag with
|
@@ -1370,16 +1098,6 @@ module Aws::MediaTailor
|
|
1370
1098
|
|
1371
1099
|
# Dash manifest configuration parameters.
|
1372
1100
|
#
|
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
1101
|
# @!attribute [rw] manifest_window_seconds
|
1384
1102
|
# The total duration (in seconds) of each manifest. Minimum value:
|
1385
1103
|
# `30` seconds. Maximum value: `3600` seconds.
|
@@ -1422,13 +1140,6 @@ module Aws::MediaTailor
|
|
1422
1140
|
# such as CloudFront. If you don't specify a segment delivery server,
|
1423
1141
|
# then the source location server is used.
|
1424
1142
|
#
|
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
1143
|
# @!attribute [rw] base_url
|
1433
1144
|
# The hostname of the server that will be used to serve segments. This
|
1434
1145
|
# string must include the protocol, such as **https://**.
|
@@ -1442,13 +1153,6 @@ module Aws::MediaTailor
|
|
1442
1153
|
include Aws::Structure
|
1443
1154
|
end
|
1444
1155
|
|
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
1156
|
# @!attribute [rw] channel_name
|
1453
1157
|
# The name of the channel associated with this channel policy.
|
1454
1158
|
# @return [String]
|
@@ -1465,13 +1169,6 @@ module Aws::MediaTailor
|
|
1465
1169
|
#
|
1466
1170
|
class DeleteChannelPolicyResponse < Aws::EmptyStructure; end
|
1467
1171
|
|
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
1172
|
# @!attribute [rw] channel_name
|
1476
1173
|
# The name of the channel.
|
1477
1174
|
# @return [String]
|
@@ -1488,14 +1185,6 @@ module Aws::MediaTailor
|
|
1488
1185
|
#
|
1489
1186
|
class DeleteChannelResponse < Aws::EmptyStructure; end
|
1490
1187
|
|
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
1188
|
# @!attribute [rw] live_source_name
|
1500
1189
|
# The name of the live source.
|
1501
1190
|
# @return [String]
|
@@ -1517,13 +1206,6 @@ module Aws::MediaTailor
|
|
1517
1206
|
#
|
1518
1207
|
class DeleteLiveSourceResponse < Aws::EmptyStructure; end
|
1519
1208
|
|
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
1209
|
# @!attribute [rw] name
|
1528
1210
|
# The name of the playback configuration.
|
1529
1211
|
# @return [String]
|
@@ -1540,14 +1222,6 @@ module Aws::MediaTailor
|
|
1540
1222
|
#
|
1541
1223
|
class DeletePlaybackConfigurationResponse < Aws::EmptyStructure; end
|
1542
1224
|
|
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
1225
|
# @!attribute [rw] name
|
1552
1226
|
# The name of the prefetch schedule. If the action is successful, the
|
1553
1227
|
# service sends back an HTTP 204 response with an empty HTTP body.
|
@@ -1570,14 +1244,6 @@ module Aws::MediaTailor
|
|
1570
1244
|
#
|
1571
1245
|
class DeletePrefetchScheduleResponse < Aws::EmptyStructure; end
|
1572
1246
|
|
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
1247
|
# @!attribute [rw] channel_name
|
1582
1248
|
# The name of the channel.
|
1583
1249
|
# @return [String]
|
@@ -1599,13 +1265,6 @@ module Aws::MediaTailor
|
|
1599
1265
|
#
|
1600
1266
|
class DeleteProgramResponse < Aws::EmptyStructure; end
|
1601
1267
|
|
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
1268
|
# @!attribute [rw] source_location_name
|
1610
1269
|
# The name of the source location.
|
1611
1270
|
# @return [String]
|
@@ -1622,14 +1281,6 @@ module Aws::MediaTailor
|
|
1622
1281
|
#
|
1623
1282
|
class DeleteSourceLocationResponse < Aws::EmptyStructure; end
|
1624
1283
|
|
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
1284
|
# @!attribute [rw] source_location_name
|
1634
1285
|
# The name of the source location associated with this VOD Source.
|
1635
1286
|
# @return [String]
|
@@ -1651,13 +1302,6 @@ module Aws::MediaTailor
|
|
1651
1302
|
#
|
1652
1303
|
class DeleteVodSourceResponse < Aws::EmptyStructure; end
|
1653
1304
|
|
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
1305
|
# @!attribute [rw] channel_name
|
1662
1306
|
# The name of the channel.
|
1663
1307
|
# @return [String]
|
@@ -1735,14 +1379,6 @@ module Aws::MediaTailor
|
|
1735
1379
|
include Aws::Structure
|
1736
1380
|
end
|
1737
1381
|
|
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
1382
|
# @!attribute [rw] live_source_name
|
1747
1383
|
# The name of the live source.
|
1748
1384
|
# @return [String]
|
@@ -1809,14 +1445,6 @@ module Aws::MediaTailor
|
|
1809
1445
|
include Aws::Structure
|
1810
1446
|
end
|
1811
1447
|
|
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
1448
|
# @!attribute [rw] channel_name
|
1821
1449
|
# The name of the channel associated with this Program.
|
1822
1450
|
# @return [String]
|
@@ -1889,13 +1517,6 @@ module Aws::MediaTailor
|
|
1889
1517
|
include Aws::Structure
|
1890
1518
|
end
|
1891
1519
|
|
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
1520
|
# @!attribute [rw] source_location_name
|
1900
1521
|
# The name of the source location.
|
1901
1522
|
# @return [String]
|
@@ -1969,14 +1590,6 @@ module Aws::MediaTailor
|
|
1969
1590
|
include Aws::Structure
|
1970
1591
|
end
|
1971
1592
|
|
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
1593
|
# @!attribute [rw] source_location_name
|
1981
1594
|
# The name of the source location associated with this VOD Source.
|
1982
1595
|
# @return [String]
|
@@ -2043,13 +1656,6 @@ module Aws::MediaTailor
|
|
2043
1656
|
include Aws::Structure
|
2044
1657
|
end
|
2045
1658
|
|
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
1659
|
# @!attribute [rw] channel_name
|
2054
1660
|
# The name of the channel associated with this Channel Policy.
|
2055
1661
|
# @return [String]
|
@@ -2075,16 +1681,6 @@ module Aws::MediaTailor
|
|
2075
1681
|
include Aws::Structure
|
2076
1682
|
end
|
2077
1683
|
|
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
1684
|
# @!attribute [rw] channel_name
|
2089
1685
|
# The name of the channel associated with this Channel Schedule.
|
2090
1686
|
# @return [String]
|
@@ -2145,13 +1741,6 @@ module Aws::MediaTailor
|
|
2145
1741
|
include Aws::Structure
|
2146
1742
|
end
|
2147
1743
|
|
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
1744
|
# @!attribute [rw] name
|
2156
1745
|
# The identifier for the playback configuration.
|
2157
1746
|
# @return [String]
|
@@ -2323,14 +1912,6 @@ module Aws::MediaTailor
|
|
2323
1912
|
include Aws::Structure
|
2324
1913
|
end
|
2325
1914
|
|
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
1915
|
# @!attribute [rw] name
|
2335
1916
|
# The name of the prefetch schedule. The name must be unique among all
|
2336
1917
|
# prefetch schedules that are associated with the specified playback
|
@@ -2417,13 +1998,6 @@ module Aws::MediaTailor
|
|
2417
1998
|
|
2418
1999
|
# HLS playlist configuration parameters.
|
2419
2000
|
#
|
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
2001
|
# @!attribute [rw] manifest_window_seconds
|
2428
2002
|
# The total duration (in seconds) of each manifest. Minimum value:
|
2429
2003
|
# `30` seconds. Maximum value: `3600` seconds.
|
@@ -2439,13 +2013,6 @@ module Aws::MediaTailor
|
|
2439
2013
|
|
2440
2014
|
# The HTTP configuration for the source location.
|
2441
2015
|
#
|
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
2016
|
# @!attribute [rw] base_url
|
2450
2017
|
# The base URL for the source location host server. This string must
|
2451
2018
|
# include the protocol, such as **https://**.
|
@@ -2462,15 +2029,6 @@ module Aws::MediaTailor
|
|
2462
2029
|
# The HTTP package configuration properties for the requested VOD
|
2463
2030
|
# source.
|
2464
2031
|
#
|
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
2032
|
# @!attribute [rw] path
|
2475
2033
|
# The relative path to the URL for this VOD source. This is combined
|
2476
2034
|
# with `SourceLocation::HttpConfiguration::BaseUrl` to form a valid
|
@@ -2497,15 +2055,6 @@ module Aws::MediaTailor
|
|
2497
2055
|
include Aws::Structure
|
2498
2056
|
end
|
2499
2057
|
|
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
2058
|
# @!attribute [rw] max_results
|
2510
2059
|
# The maximum number of alerts that you want MediaTailor to return in
|
2511
2060
|
# response to the current request. If there are more than `MaxResults`
|
@@ -2552,14 +2101,6 @@ module Aws::MediaTailor
|
|
2552
2101
|
include Aws::Structure
|
2553
2102
|
end
|
2554
2103
|
|
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
2104
|
# @!attribute [rw] max_results
|
2564
2105
|
# The maximum number of channels that you want MediaTailor to return
|
2565
2106
|
# in response to the current request. If there are more than
|
@@ -2601,15 +2142,6 @@ module Aws::MediaTailor
|
|
2601
2142
|
include Aws::Structure
|
2602
2143
|
end
|
2603
2144
|
|
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
2145
|
# @!attribute [rw] max_results
|
2614
2146
|
# The maximum number of live sources that you want MediaTailor to
|
2615
2147
|
# return in response to the current request. If there are more than
|
@@ -2657,14 +2189,6 @@ module Aws::MediaTailor
|
|
2657
2189
|
include Aws::Structure
|
2658
2190
|
end
|
2659
2191
|
|
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
2192
|
# @!attribute [rw] max_results
|
2669
2193
|
# The maximum number of playback configurations that you want
|
2670
2194
|
# MediaTailor to return in response to the current request. If there
|
@@ -2708,16 +2232,6 @@ module Aws::MediaTailor
|
|
2708
2232
|
include Aws::Structure
|
2709
2233
|
end
|
2710
2234
|
|
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
2235
|
# @!attribute [rw] max_results
|
2722
2236
|
# The maximum number of prefetch schedules that you want MediaTailor
|
2723
2237
|
# to return in response to the current request. If there are more than
|
@@ -2782,14 +2296,6 @@ module Aws::MediaTailor
|
|
2782
2296
|
include Aws::Structure
|
2783
2297
|
end
|
2784
2298
|
|
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
2299
|
# @!attribute [rw] max_results
|
2794
2300
|
# The maximum number of source locations that you want MediaTailor to
|
2795
2301
|
# return in response to the current request. If there are more than
|
@@ -2831,13 +2337,6 @@ module Aws::MediaTailor
|
|
2831
2337
|
include Aws::Structure
|
2832
2338
|
end
|
2833
2339
|
|
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
2340
|
# @!attribute [rw] resource_arn
|
2842
2341
|
# The Amazon Resource Name (ARN) associated with this resource.
|
2843
2342
|
# @return [String]
|
@@ -2869,15 +2368,6 @@ module Aws::MediaTailor
|
|
2869
2368
|
include Aws::Structure
|
2870
2369
|
end
|
2871
2370
|
|
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
2371
|
# @!attribute [rw] max_results
|
2882
2372
|
# The maximum number of VOD sources that you want MediaTailor to
|
2883
2373
|
# return in response to the current request. If there are more than
|
@@ -2927,14 +2417,6 @@ module Aws::MediaTailor
|
|
2927
2417
|
|
2928
2418
|
# The configuration for pre-roll ad insertion.
|
2929
2419
|
#
|
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
2420
|
# @!attribute [rw] ad_decision_server_url
|
2939
2421
|
# The URL for the ad decision server (ADS) for pre-roll ads. This
|
2940
2422
|
# includes the specification of static parameters and placeholders for
|
@@ -3041,15 +2523,6 @@ module Aws::MediaTailor
|
|
3041
2523
|
# rules enable customization of the personalized manifests created by
|
3042
2524
|
# MediaTailor.
|
3043
2525
|
#
|
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
2526
|
# @!attribute [rw] ad_marker_passthrough
|
3054
2527
|
# For HLS, when set to `true`, MediaTailor passes through
|
3055
2528
|
# `EXT-X-CUE-IN`, `EXT-X-CUE-OUT`, and `EXT-X-SPLICEPOINT-SCTE35` ad
|
@@ -3239,20 +2712,6 @@ module Aws::MediaTailor
|
|
3239
2712
|
# A complex type that contains settings that determine how and when that
|
3240
2713
|
# MediaTailor places prefetched ads into upcoming ad breaks.
|
3241
2714
|
#
|
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
2715
|
# @!attribute [rw] avail_matching_criteria
|
3257
2716
|
# If you only want MediaTailor to insert prefetched ads into avails
|
3258
2717
|
# (ad breaks) that match specific dynamic variables, such as
|
@@ -3287,17 +2746,6 @@ module Aws::MediaTailor
|
|
3287
2746
|
# prefetches ads, and which dynamic variables that MediaTailor includes
|
3288
2747
|
# in the request to the ad decision server.
|
3289
2748
|
#
|
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
2749
|
# @!attribute [rw] dynamic_variables
|
3302
2750
|
# The dynamic variables to use for substitution during prefetch
|
3303
2751
|
# requests to the ad decision server (ADS).
|
@@ -3391,14 +2839,6 @@ module Aws::MediaTailor
|
|
3391
2839
|
include Aws::Structure
|
3392
2840
|
end
|
3393
2841
|
|
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
2842
|
# @!attribute [rw] channel_name
|
3403
2843
|
# The channel name associated with this Channel Policy.
|
3404
2844
|
# @return [String]
|
@@ -3420,51 +2860,6 @@ module Aws::MediaTailor
|
|
3420
2860
|
#
|
3421
2861
|
class PutChannelPolicyResponse < Aws::EmptyStructure; end
|
3422
2862
|
|
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
2863
|
# @!attribute [rw] ad_decision_server_url
|
3469
2864
|
# The URL for the ad decision server (ADS). This includes the
|
3470
2865
|
# specification of static parameters and placeholders for dynamic
|
@@ -3759,23 +3154,6 @@ module Aws::MediaTailor
|
|
3759
3154
|
|
3760
3155
|
# The output configuration for this channel.
|
3761
3156
|
#
|
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
3157
|
# @!attribute [rw] dash_playlist_settings
|
3780
3158
|
# DASH manifest configuration parameters.
|
3781
3159
|
# @return [Types::DashPlaylistSettings]
|
@@ -3874,19 +3252,6 @@ module Aws::MediaTailor
|
|
3874
3252
|
# Schedule configuration parameters. A channel must be stopped before
|
3875
3253
|
# changes can be made to the schedule.
|
3876
3254
|
#
|
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
3255
|
# @!attribute [rw] transition
|
3891
3256
|
# Program transition configurations.
|
3892
3257
|
# @return [Types::Transition]
|
@@ -3966,15 +3331,6 @@ module Aws::MediaTailor
|
|
3966
3331
|
#
|
3967
3332
|
# [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-access-configuration-access-token.html
|
3968
3333
|
#
|
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
3334
|
# @!attribute [rw] header_name
|
3979
3335
|
# The name of the HTTP header used to supply the access token in
|
3980
3336
|
# requests to the source location.
|
@@ -4007,14 +3363,6 @@ module Aws::MediaTailor
|
|
4007
3363
|
|
4008
3364
|
# The segment delivery configuration settings.
|
4009
3365
|
#
|
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
3366
|
# @!attribute [rw] base_url
|
4019
3367
|
# The base URL of the host or path of the segment delivery server that
|
4020
3368
|
# you're using to serve segments. This is typically a content
|
@@ -4050,20 +3398,6 @@ module Aws::MediaTailor
|
|
4050
3398
|
# See the `segmentation_descriptor()` table of the 2022 SCTE-35
|
4051
3399
|
# specification for more information.
|
4052
3400
|
#
|
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
3401
|
# @!attribute [rw] segment_num
|
4068
3402
|
# The segment number to assign to the
|
4069
3403
|
# `segmentation_descriptor.segment_num` message, as defined in section
|
@@ -4138,14 +3472,6 @@ module Aws::MediaTailor
|
|
4138
3472
|
|
4139
3473
|
# Slate VOD source configuration.
|
4140
3474
|
#
|
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
3475
|
# @!attribute [rw] source_location_name
|
4150
3476
|
# The name of the source location where the slate VOD source is
|
4151
3477
|
# stored.
|
@@ -4235,16 +3561,6 @@ module Aws::MediaTailor
|
|
4235
3561
|
|
4236
3562
|
# Splice insert message configuration.
|
4237
3563
|
#
|
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
3564
|
# @!attribute [rw] avail_num
|
4249
3565
|
# This is written to `splice_insert.avail_num`, as defined in section
|
4250
3566
|
# 9.7.3.1 of the SCTE-35 specification. The default value is `0`.
|
@@ -4280,13 +3596,6 @@ module Aws::MediaTailor
|
|
4280
3596
|
include Aws::Structure
|
4281
3597
|
end
|
4282
3598
|
|
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
3599
|
# @!attribute [rw] channel_name
|
4291
3600
|
# The name of the channel.
|
4292
3601
|
# @return [String]
|
@@ -4303,13 +3612,6 @@ module Aws::MediaTailor
|
|
4303
3612
|
#
|
4304
3613
|
class StartChannelResponse < Aws::EmptyStructure; end
|
4305
3614
|
|
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
3615
|
# @!attribute [rw] channel_name
|
4314
3616
|
# The name of the channel.
|
4315
3617
|
# @return [String]
|
@@ -4326,16 +3628,6 @@ module Aws::MediaTailor
|
|
4326
3628
|
#
|
4327
3629
|
class StopChannelResponse < Aws::EmptyStructure; end
|
4328
3630
|
|
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
3631
|
# @!attribute [rw] resource_arn
|
4340
3632
|
# The Amazon Resource Name (ARN) associated with the resource.
|
4341
3633
|
# @return [String]
|
@@ -4372,24 +3664,6 @@ module Aws::MediaTailor
|
|
4372
3664
|
# See the `time_signal()` table of the 2022 SCTE-35 specification for
|
4373
3665
|
# more information.
|
4374
3666
|
#
|
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
3667
|
# @!attribute [rw] segmentation_descriptors
|
4394
3668
|
# The configurations for the SCTE-35 `segmentation_descriptor`
|
4395
3669
|
# message(s) sent with the `time_signal` message.
|
@@ -4405,17 +3679,6 @@ module Aws::MediaTailor
|
|
4405
3679
|
|
4406
3680
|
# Program transition configuration.
|
4407
3681
|
#
|
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
3682
|
# @!attribute [rw] duration_millis
|
4420
3683
|
# The duration of the live program in seconds.
|
4421
3684
|
# @return [Integer]
|
@@ -4468,14 +3731,6 @@ module Aws::MediaTailor
|
|
4468
3731
|
include Aws::Structure
|
4469
3732
|
end
|
4470
3733
|
|
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
3734
|
# @!attribute [rw] resource_arn
|
4480
3735
|
# The Amazon Resource Name (ARN) of the resource to untag.
|
4481
3736
|
# @return [String]
|
@@ -4493,32 +3748,6 @@ module Aws::MediaTailor
|
|
4493
3748
|
include Aws::Structure
|
4494
3749
|
end
|
4495
3750
|
|
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
3751
|
# @!attribute [rw] channel_name
|
4523
3752
|
# The name of the channel.
|
4524
3753
|
# @return [String]
|
@@ -4617,21 +3846,6 @@ module Aws::MediaTailor
|
|
4617
3846
|
include Aws::Structure
|
4618
3847
|
end
|
4619
3848
|
|
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
3849
|
# @!attribute [rw] http_package_configurations
|
4636
3850
|
# A list of HTTP package configurations for the live source on this
|
4637
3851
|
# account.
|
@@ -4705,33 +3919,6 @@ module Aws::MediaTailor
|
|
4705
3919
|
include Aws::Structure
|
4706
3920
|
end
|
4707
3921
|
|
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
3922
|
# @!attribute [rw] access_configuration
|
4736
3923
|
# Access configuration parameters. Configures the type of
|
4737
3924
|
# authentication used to access content from your source location.
|
@@ -4833,21 +4020,6 @@ module Aws::MediaTailor
|
|
4833
4020
|
include Aws::Structure
|
4834
4021
|
end
|
4835
4022
|
|
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
4023
|
# @!attribute [rw] http_package_configurations
|
4852
4024
|
# A list of HTTP package configurations for the VOD source on this
|
4853
4025
|
# account.
|