aws-sdk-mediatailor 1.121.0 → 1.122.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediatailor/client.rb +21 -1
- data/lib/aws-sdk-mediatailor/client_api.rb +9 -0
- data/lib/aws-sdk-mediatailor/types.rb +68 -12
- data/lib/aws-sdk-mediatailor.rb +1 -1
- data/sig/client.rbs +4 -0
- data/sig/types.rbs +9 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48734ec226d01f2421043c07f8c93aa9286789d4afa6aefc7018f780cceec216
|
|
4
|
+
data.tar.gz: f77728d6af34b8393fa7cff331e67468cd832490664e90516a25117da32b5a55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3296f59d4a4ad562e074092135c180038b68edad06c6d8628a03522006f03a1c5c5d79c73b67bc5473e3f05591156d11e70f52cee8db2208ff3f0723b4c3f44f
|
|
7
|
+
data.tar.gz: 782260d90d985d834e20e08bc6acc71d339d7e87291455dce03f65fe2e2234ede351a316c3897598cc9d1b71ab0da244bd7ef80e21eb589fe8762575919cf750
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.122.0
|
|
@@ -720,6 +720,7 @@ module Aws::MediaTailor
|
|
|
720
720
|
# resp.outputs[0].hls_playlist_settings.ad_markup_type[0] #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
|
|
721
721
|
# resp.outputs[0].manifest_name #=> String
|
|
722
722
|
# resp.outputs[0].playback_url #=> String
|
|
723
|
+
# resp.outputs[0].dual_stack_playback_url #=> String
|
|
723
724
|
# resp.outputs[0].source_group #=> String
|
|
724
725
|
# resp.playback_mode #=> String
|
|
725
726
|
# resp.tags #=> Hash
|
|
@@ -1722,6 +1723,7 @@ module Aws::MediaTailor
|
|
|
1722
1723
|
# resp.outputs[0].hls_playlist_settings.ad_markup_type[0] #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
|
|
1723
1724
|
# resp.outputs[0].manifest_name #=> String
|
|
1724
1725
|
# resp.outputs[0].playback_url #=> String
|
|
1726
|
+
# resp.outputs[0].dual_stack_playback_url #=> String
|
|
1725
1727
|
# resp.outputs[0].source_group #=> String
|
|
1726
1728
|
# resp.playback_mode #=> String
|
|
1727
1729
|
# resp.tags #=> Hash
|
|
@@ -2211,7 +2213,9 @@ module Aws::MediaTailor
|
|
|
2211
2213
|
# * {Types::GetPlaybackConfigurationResponse#personalization_threshold_seconds #personalization_threshold_seconds} => Integer
|
|
2212
2214
|
# * {Types::GetPlaybackConfigurationResponse#playback_configuration_arn #playback_configuration_arn} => String
|
|
2213
2215
|
# * {Types::GetPlaybackConfigurationResponse#playback_endpoint_prefix #playback_endpoint_prefix} => String
|
|
2216
|
+
# * {Types::GetPlaybackConfigurationResponse#dual_stack_playback_endpoint_prefix #dual_stack_playback_endpoint_prefix} => String
|
|
2214
2217
|
# * {Types::GetPlaybackConfigurationResponse#session_initialization_endpoint_prefix #session_initialization_endpoint_prefix} => String
|
|
2218
|
+
# * {Types::GetPlaybackConfigurationResponse#dual_stack_session_initialization_endpoint_prefix #dual_stack_session_initialization_endpoint_prefix} => String
|
|
2215
2219
|
# * {Types::GetPlaybackConfigurationResponse#slate_ad_url #slate_ad_url} => String
|
|
2216
2220
|
# * {Types::GetPlaybackConfigurationResponse#tags #tags} => Hash<String,String>
|
|
2217
2221
|
# * {Types::GetPlaybackConfigurationResponse#transcode_profile_name #transcode_profile_name} => String
|
|
@@ -2240,9 +2244,11 @@ module Aws::MediaTailor
|
|
|
2240
2244
|
# resp.configuration_aliases["__string"] #=> Hash
|
|
2241
2245
|
# resp.configuration_aliases["__string"]["__string"] #=> String
|
|
2242
2246
|
# resp.dash_configuration.manifest_endpoint_prefix #=> String
|
|
2247
|
+
# resp.dash_configuration.dual_stack_manifest_endpoint_prefix #=> String
|
|
2243
2248
|
# resp.dash_configuration.mpd_location #=> String
|
|
2244
2249
|
# resp.dash_configuration.origin_manifest_type #=> String, one of "SINGLE_PERIOD", "MULTI_PERIOD"
|
|
2245
2250
|
# resp.hls_configuration.manifest_endpoint_prefix #=> String
|
|
2251
|
+
# resp.hls_configuration.dual_stack_manifest_endpoint_prefix #=> String
|
|
2246
2252
|
# resp.insertion_mode #=> String, one of "STITCHED_ONLY", "PLAYER_SELECT"
|
|
2247
2253
|
# resp.live_pre_roll_configuration.ad_decision_server_url #=> String
|
|
2248
2254
|
# resp.live_pre_roll_configuration.max_duration_seconds #=> Integer
|
|
@@ -2262,7 +2268,9 @@ module Aws::MediaTailor
|
|
|
2262
2268
|
# resp.personalization_threshold_seconds #=> Integer
|
|
2263
2269
|
# resp.playback_configuration_arn #=> String
|
|
2264
2270
|
# resp.playback_endpoint_prefix #=> String
|
|
2271
|
+
# resp.dual_stack_playback_endpoint_prefix #=> String
|
|
2265
2272
|
# resp.session_initialization_endpoint_prefix #=> String
|
|
2273
|
+
# resp.dual_stack_session_initialization_endpoint_prefix #=> String
|
|
2266
2274
|
# resp.slate_ad_url #=> String
|
|
2267
2275
|
# resp.tags #=> Hash
|
|
2268
2276
|
# resp.tags["__string"] #=> String
|
|
@@ -2496,6 +2504,7 @@ module Aws::MediaTailor
|
|
|
2496
2504
|
# resp.items[0].outputs[0].hls_playlist_settings.ad_markup_type[0] #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
|
|
2497
2505
|
# resp.items[0].outputs[0].manifest_name #=> String
|
|
2498
2506
|
# resp.items[0].outputs[0].playback_url #=> String
|
|
2507
|
+
# resp.items[0].outputs[0].dual_stack_playback_url #=> String
|
|
2499
2508
|
# resp.items[0].outputs[0].source_group #=> String
|
|
2500
2509
|
# resp.items[0].playback_mode #=> String
|
|
2501
2510
|
# resp.items[0].tags #=> Hash
|
|
@@ -2732,9 +2741,11 @@ module Aws::MediaTailor
|
|
|
2732
2741
|
# resp.items[0].configuration_aliases["__string"] #=> Hash
|
|
2733
2742
|
# resp.items[0].configuration_aliases["__string"]["__string"] #=> String
|
|
2734
2743
|
# resp.items[0].dash_configuration.manifest_endpoint_prefix #=> String
|
|
2744
|
+
# resp.items[0].dash_configuration.dual_stack_manifest_endpoint_prefix #=> String
|
|
2735
2745
|
# resp.items[0].dash_configuration.mpd_location #=> String
|
|
2736
2746
|
# resp.items[0].dash_configuration.origin_manifest_type #=> String, one of "SINGLE_PERIOD", "MULTI_PERIOD"
|
|
2737
2747
|
# resp.items[0].hls_configuration.manifest_endpoint_prefix #=> String
|
|
2748
|
+
# resp.items[0].hls_configuration.dual_stack_manifest_endpoint_prefix #=> String
|
|
2738
2749
|
# resp.items[0].insertion_mode #=> String, one of "STITCHED_ONLY", "PLAYER_SELECT"
|
|
2739
2750
|
# resp.items[0].live_pre_roll_configuration.ad_decision_server_url #=> String
|
|
2740
2751
|
# resp.items[0].live_pre_roll_configuration.max_duration_seconds #=> Integer
|
|
@@ -2754,7 +2765,9 @@ module Aws::MediaTailor
|
|
|
2754
2765
|
# resp.items[0].personalization_threshold_seconds #=> Integer
|
|
2755
2766
|
# resp.items[0].playback_configuration_arn #=> String
|
|
2756
2767
|
# resp.items[0].playback_endpoint_prefix #=> String
|
|
2768
|
+
# resp.items[0].dual_stack_playback_endpoint_prefix #=> String
|
|
2757
2769
|
# resp.items[0].session_initialization_endpoint_prefix #=> String
|
|
2770
|
+
# resp.items[0].dual_stack_session_initialization_endpoint_prefix #=> String
|
|
2758
2771
|
# resp.items[0].slate_ad_url #=> String
|
|
2759
2772
|
# resp.items[0].tags #=> Hash
|
|
2760
2773
|
# resp.items[0].tags["__string"] #=> String
|
|
@@ -3384,7 +3397,9 @@ module Aws::MediaTailor
|
|
|
3384
3397
|
# * {Types::PutPlaybackConfigurationResponse#personalization_threshold_seconds #personalization_threshold_seconds} => Integer
|
|
3385
3398
|
# * {Types::PutPlaybackConfigurationResponse#playback_configuration_arn #playback_configuration_arn} => String
|
|
3386
3399
|
# * {Types::PutPlaybackConfigurationResponse#playback_endpoint_prefix #playback_endpoint_prefix} => String
|
|
3400
|
+
# * {Types::PutPlaybackConfigurationResponse#dual_stack_playback_endpoint_prefix #dual_stack_playback_endpoint_prefix} => String
|
|
3387
3401
|
# * {Types::PutPlaybackConfigurationResponse#session_initialization_endpoint_prefix #session_initialization_endpoint_prefix} => String
|
|
3402
|
+
# * {Types::PutPlaybackConfigurationResponse#dual_stack_session_initialization_endpoint_prefix #dual_stack_session_initialization_endpoint_prefix} => String
|
|
3388
3403
|
# * {Types::PutPlaybackConfigurationResponse#slate_ad_url #slate_ad_url} => String
|
|
3389
3404
|
# * {Types::PutPlaybackConfigurationResponse#tags #tags} => Hash<String,String>
|
|
3390
3405
|
# * {Types::PutPlaybackConfigurationResponse#transcode_profile_name #transcode_profile_name} => String
|
|
@@ -3469,9 +3484,11 @@ module Aws::MediaTailor
|
|
|
3469
3484
|
# resp.configuration_aliases["__string"] #=> Hash
|
|
3470
3485
|
# resp.configuration_aliases["__string"]["__string"] #=> String
|
|
3471
3486
|
# resp.dash_configuration.manifest_endpoint_prefix #=> String
|
|
3487
|
+
# resp.dash_configuration.dual_stack_manifest_endpoint_prefix #=> String
|
|
3472
3488
|
# resp.dash_configuration.mpd_location #=> String
|
|
3473
3489
|
# resp.dash_configuration.origin_manifest_type #=> String, one of "SINGLE_PERIOD", "MULTI_PERIOD"
|
|
3474
3490
|
# resp.hls_configuration.manifest_endpoint_prefix #=> String
|
|
3491
|
+
# resp.hls_configuration.dual_stack_manifest_endpoint_prefix #=> String
|
|
3475
3492
|
# resp.insertion_mode #=> String, one of "STITCHED_ONLY", "PLAYER_SELECT"
|
|
3476
3493
|
# resp.live_pre_roll_configuration.ad_decision_server_url #=> String
|
|
3477
3494
|
# resp.live_pre_roll_configuration.max_duration_seconds #=> Integer
|
|
@@ -3491,7 +3508,9 @@ module Aws::MediaTailor
|
|
|
3491
3508
|
# resp.personalization_threshold_seconds #=> Integer
|
|
3492
3509
|
# resp.playback_configuration_arn #=> String
|
|
3493
3510
|
# resp.playback_endpoint_prefix #=> String
|
|
3511
|
+
# resp.dual_stack_playback_endpoint_prefix #=> String
|
|
3494
3512
|
# resp.session_initialization_endpoint_prefix #=> String
|
|
3513
|
+
# resp.dual_stack_session_initialization_endpoint_prefix #=> String
|
|
3495
3514
|
# resp.slate_ad_url #=> String
|
|
3496
3515
|
# resp.tags #=> Hash
|
|
3497
3516
|
# resp.tags["__string"] #=> String
|
|
@@ -3727,6 +3746,7 @@ module Aws::MediaTailor
|
|
|
3727
3746
|
# resp.outputs[0].hls_playlist_settings.ad_markup_type[0] #=> String, one of "DATERANGE", "SCTE35_ENHANCED"
|
|
3728
3747
|
# resp.outputs[0].manifest_name #=> String
|
|
3729
3748
|
# resp.outputs[0].playback_url #=> String
|
|
3749
|
+
# resp.outputs[0].dual_stack_playback_url #=> String
|
|
3730
3750
|
# resp.outputs[0].source_group #=> String
|
|
3731
3751
|
# resp.playback_mode #=> String
|
|
3732
3752
|
# resp.tags #=> Hash
|
|
@@ -4188,7 +4208,7 @@ module Aws::MediaTailor
|
|
|
4188
4208
|
tracer: tracer
|
|
4189
4209
|
)
|
|
4190
4210
|
context[:gem_name] = 'aws-sdk-mediatailor'
|
|
4191
|
-
context[:gem_version] = '1.
|
|
4211
|
+
context[:gem_version] = '1.122.0'
|
|
4192
4212
|
Seahorse::Client::Request.new(handlers, context)
|
|
4193
4213
|
end
|
|
4194
4214
|
|
|
@@ -497,6 +497,7 @@ module Aws::MediaTailor
|
|
|
497
497
|
CustomOutputConfiguration.struct_class = Types::CustomOutputConfiguration
|
|
498
498
|
|
|
499
499
|
DashConfiguration.add_member(:manifest_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "ManifestEndpointPrefix"))
|
|
500
|
+
DashConfiguration.add_member(:dual_stack_manifest_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "DualStackManifestEndpointPrefix"))
|
|
500
501
|
DashConfiguration.add_member(:mpd_location, Shapes::ShapeRef.new(shape: __string, location_name: "MpdLocation"))
|
|
501
502
|
DashConfiguration.add_member(:origin_manifest_type, Shapes::ShapeRef.new(shape: OriginManifestType, location_name: "OriginManifestType"))
|
|
502
503
|
DashConfiguration.struct_class = Types::DashConfiguration
|
|
@@ -706,7 +707,9 @@ module Aws::MediaTailor
|
|
|
706
707
|
GetPlaybackConfigurationResponse.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
|
|
707
708
|
GetPlaybackConfigurationResponse.add_member(:playback_configuration_arn, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationArn"))
|
|
708
709
|
GetPlaybackConfigurationResponse.add_member(:playback_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackEndpointPrefix"))
|
|
710
|
+
GetPlaybackConfigurationResponse.add_member(:dual_stack_playback_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "DualStackPlaybackEndpointPrefix"))
|
|
709
711
|
GetPlaybackConfigurationResponse.add_member(:session_initialization_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "SessionInitializationEndpointPrefix"))
|
|
712
|
+
GetPlaybackConfigurationResponse.add_member(:dual_stack_session_initialization_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "DualStackSessionInitializationEndpointPrefix"))
|
|
710
713
|
GetPlaybackConfigurationResponse.add_member(:slate_ad_url, Shapes::ShapeRef.new(shape: __string, location_name: "SlateAdUrl"))
|
|
711
714
|
GetPlaybackConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
|
712
715
|
GetPlaybackConfigurationResponse.add_member(:transcode_profile_name, Shapes::ShapeRef.new(shape: __string, location_name: "TranscodeProfileName"))
|
|
@@ -732,6 +735,7 @@ module Aws::MediaTailor
|
|
|
732
735
|
GetPrefetchScheduleResponse.struct_class = Types::GetPrefetchScheduleResponse
|
|
733
736
|
|
|
734
737
|
HlsConfiguration.add_member(:manifest_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "ManifestEndpointPrefix"))
|
|
738
|
+
HlsConfiguration.add_member(:dual_stack_manifest_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "DualStackManifestEndpointPrefix"))
|
|
735
739
|
HlsConfiguration.struct_class = Types::HlsConfiguration
|
|
736
740
|
|
|
737
741
|
HlsPlaylistSettings.add_member(:manifest_window_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "ManifestWindowSeconds"))
|
|
@@ -889,7 +893,9 @@ module Aws::MediaTailor
|
|
|
889
893
|
PlaybackConfiguration.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
|
|
890
894
|
PlaybackConfiguration.add_member(:playback_configuration_arn, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationArn"))
|
|
891
895
|
PlaybackConfiguration.add_member(:playback_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackEndpointPrefix"))
|
|
896
|
+
PlaybackConfiguration.add_member(:dual_stack_playback_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "DualStackPlaybackEndpointPrefix"))
|
|
892
897
|
PlaybackConfiguration.add_member(:session_initialization_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "SessionInitializationEndpointPrefix"))
|
|
898
|
+
PlaybackConfiguration.add_member(:dual_stack_session_initialization_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "DualStackSessionInitializationEndpointPrefix"))
|
|
893
899
|
PlaybackConfiguration.add_member(:slate_ad_url, Shapes::ShapeRef.new(shape: __string, location_name: "SlateAdUrl"))
|
|
894
900
|
PlaybackConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
|
895
901
|
PlaybackConfiguration.add_member(:transcode_profile_name, Shapes::ShapeRef.new(shape: __string, location_name: "TranscodeProfileName"))
|
|
@@ -983,7 +989,9 @@ module Aws::MediaTailor
|
|
|
983
989
|
PutPlaybackConfigurationResponse.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
|
|
984
990
|
PutPlaybackConfigurationResponse.add_member(:playback_configuration_arn, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationArn"))
|
|
985
991
|
PutPlaybackConfigurationResponse.add_member(:playback_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackEndpointPrefix"))
|
|
992
|
+
PutPlaybackConfigurationResponse.add_member(:dual_stack_playback_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "DualStackPlaybackEndpointPrefix"))
|
|
986
993
|
PutPlaybackConfigurationResponse.add_member(:session_initialization_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "SessionInitializationEndpointPrefix"))
|
|
994
|
+
PutPlaybackConfigurationResponse.add_member(:dual_stack_session_initialization_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "DualStackSessionInitializationEndpointPrefix"))
|
|
987
995
|
PutPlaybackConfigurationResponse.add_member(:slate_ad_url, Shapes::ShapeRef.new(shape: __string, location_name: "SlateAdUrl"))
|
|
988
996
|
PutPlaybackConfigurationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
|
989
997
|
PutPlaybackConfigurationResponse.add_member(:transcode_profile_name, Shapes::ShapeRef.new(shape: __string, location_name: "TranscodeProfileName"))
|
|
@@ -1022,6 +1030,7 @@ module Aws::MediaTailor
|
|
|
1022
1030
|
ResponseOutputItem.add_member(:hls_playlist_settings, Shapes::ShapeRef.new(shape: HlsPlaylistSettings, location_name: "HlsPlaylistSettings"))
|
|
1023
1031
|
ResponseOutputItem.add_member(:manifest_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ManifestName"))
|
|
1024
1032
|
ResponseOutputItem.add_member(:playback_url, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "PlaybackUrl"))
|
|
1033
|
+
ResponseOutputItem.add_member(:dual_stack_playback_url, Shapes::ShapeRef.new(shape: __string, location_name: "DualStackPlaybackUrl"))
|
|
1025
1034
|
ResponseOutputItem.add_member(:source_group, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "SourceGroup"))
|
|
1026
1035
|
ResponseOutputItem.struct_class = Types::ResponseOutputItem
|
|
1027
1036
|
|
|
@@ -1528,9 +1528,13 @@ module Aws::MediaTailor
|
|
|
1528
1528
|
# The configuration for DASH content.
|
|
1529
1529
|
#
|
|
1530
1530
|
# @!attribute [rw] manifest_endpoint_prefix
|
|
1531
|
-
# The URL
|
|
1532
|
-
# session uses server-side reporting.
|
|
1533
|
-
#
|
|
1531
|
+
# The URL that MediaTailor generates to initiate a playback session.
|
|
1532
|
+
# The session uses server-side reporting.
|
|
1533
|
+
# @return [String]
|
|
1534
|
+
#
|
|
1535
|
+
# @!attribute [rw] dual_stack_manifest_endpoint_prefix
|
|
1536
|
+
# The dual-stack (IPv4 and IPv6) URL that MediaTailor generates to
|
|
1537
|
+
# initiate a playback session. The session uses server-side reporting.
|
|
1534
1538
|
# @return [String]
|
|
1535
1539
|
#
|
|
1536
1540
|
# @!attribute [rw] mpd_location
|
|
@@ -1558,6 +1562,7 @@ module Aws::MediaTailor
|
|
|
1558
1562
|
#
|
|
1559
1563
|
class DashConfiguration < Struct.new(
|
|
1560
1564
|
:manifest_endpoint_prefix,
|
|
1565
|
+
:dual_stack_manifest_endpoint_prefix,
|
|
1561
1566
|
:mpd_location,
|
|
1562
1567
|
:origin_manifest_type)
|
|
1563
1568
|
SENSITIVE = []
|
|
@@ -2572,15 +2577,26 @@ module Aws::MediaTailor
|
|
|
2572
2577
|
# @return [String]
|
|
2573
2578
|
#
|
|
2574
2579
|
# @!attribute [rw] playback_endpoint_prefix
|
|
2575
|
-
# The URL that
|
|
2576
|
-
# Elemental MediaTailor.
|
|
2580
|
+
# The URL that your player accesses to get a manifest from AWS
|
|
2581
|
+
# Elemental MediaTailor. The session uses server-side reporting.
|
|
2582
|
+
# @return [String]
|
|
2583
|
+
#
|
|
2584
|
+
# @!attribute [rw] dual_stack_playback_endpoint_prefix
|
|
2585
|
+
# The dual-stack (IPv4 and IPv6) URL that your player accesses to get
|
|
2586
|
+
# a manifest from AWS Elemental MediaTailor. The session uses
|
|
2587
|
+
# server-side reporting.
|
|
2577
2588
|
# @return [String]
|
|
2578
2589
|
#
|
|
2579
2590
|
# @!attribute [rw] session_initialization_endpoint_prefix
|
|
2580
|
-
# The URL that
|
|
2591
|
+
# The URL that your player uses to initialize a session that uses
|
|
2581
2592
|
# client-side reporting.
|
|
2582
2593
|
# @return [String]
|
|
2583
2594
|
#
|
|
2595
|
+
# @!attribute [rw] dual_stack_session_initialization_endpoint_prefix
|
|
2596
|
+
# The dual-stack (IPv4 and IPv6) URL that your player uses to
|
|
2597
|
+
# initialize a session that uses client-side reporting.
|
|
2598
|
+
# @return [String]
|
|
2599
|
+
#
|
|
2584
2600
|
# @!attribute [rw] slate_ad_url
|
|
2585
2601
|
# The URL for a high-quality video asset to transcode and use to fill
|
|
2586
2602
|
# in time that's not used by ads. AWS Elemental MediaTailor shows the
|
|
@@ -2657,7 +2673,9 @@ module Aws::MediaTailor
|
|
|
2657
2673
|
:personalization_threshold_seconds,
|
|
2658
2674
|
:playback_configuration_arn,
|
|
2659
2675
|
:playback_endpoint_prefix,
|
|
2676
|
+
:dual_stack_playback_endpoint_prefix,
|
|
2660
2677
|
:session_initialization_endpoint_prefix,
|
|
2678
|
+
:dual_stack_session_initialization_endpoint_prefix,
|
|
2661
2679
|
:slate_ad_url,
|
|
2662
2680
|
:tags,
|
|
2663
2681
|
:transcode_profile_name,
|
|
@@ -2768,14 +2786,22 @@ module Aws::MediaTailor
|
|
|
2768
2786
|
# The configuration for HLS content.
|
|
2769
2787
|
#
|
|
2770
2788
|
# @!attribute [rw] manifest_endpoint_prefix
|
|
2771
|
-
# The URL that
|
|
2772
|
-
# support Apple HLS. The session uses server-side
|
|
2789
|
+
# The URL that MediaTailor generates to initiate a playback session
|
|
2790
|
+
# for devices that support Apple HLS. The session uses server-side
|
|
2791
|
+
# reporting.
|
|
2792
|
+
# @return [String]
|
|
2793
|
+
#
|
|
2794
|
+
# @!attribute [rw] dual_stack_manifest_endpoint_prefix
|
|
2795
|
+
# The dual-stack (IPv4 and IPv6) URL that MediaTailor generates to
|
|
2796
|
+
# initiate a playback session for devices that support Apple HLS. The
|
|
2797
|
+
# session uses server-side reporting.
|
|
2773
2798
|
# @return [String]
|
|
2774
2799
|
#
|
|
2775
2800
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/HlsConfiguration AWS API Documentation
|
|
2776
2801
|
#
|
|
2777
2802
|
class HlsConfiguration < Struct.new(
|
|
2778
|
-
:manifest_endpoint_prefix
|
|
2803
|
+
:manifest_endpoint_prefix,
|
|
2804
|
+
:dual_stack_manifest_endpoint_prefix)
|
|
2779
2805
|
SENSITIVE = []
|
|
2780
2806
|
include Aws::Structure
|
|
2781
2807
|
end
|
|
@@ -3798,15 +3824,25 @@ module Aws::MediaTailor
|
|
|
3798
3824
|
# @return [String]
|
|
3799
3825
|
#
|
|
3800
3826
|
# @!attribute [rw] playback_endpoint_prefix
|
|
3801
|
-
# The URL that
|
|
3827
|
+
# The URL that your player accesses to get a manifest from AWS
|
|
3802
3828
|
# Elemental MediaTailor.
|
|
3803
3829
|
# @return [String]
|
|
3804
3830
|
#
|
|
3831
|
+
# @!attribute [rw] dual_stack_playback_endpoint_prefix
|
|
3832
|
+
# The dual-stack (IPv4 and IPv6) URL that your player accesses to get
|
|
3833
|
+
# a manifest from AWS Elemental MediaTailor.
|
|
3834
|
+
# @return [String]
|
|
3835
|
+
#
|
|
3805
3836
|
# @!attribute [rw] session_initialization_endpoint_prefix
|
|
3806
|
-
# The URL that
|
|
3837
|
+
# The URL that your player uses to initialize a session that uses
|
|
3807
3838
|
# client-side reporting.
|
|
3808
3839
|
# @return [String]
|
|
3809
3840
|
#
|
|
3841
|
+
# @!attribute [rw] dual_stack_session_initialization_endpoint_prefix
|
|
3842
|
+
# The dual-stack (IPv4 and IPv6) URL that your player uses to
|
|
3843
|
+
# initialize a session that uses client-side reporting.
|
|
3844
|
+
# @return [String]
|
|
3845
|
+
#
|
|
3810
3846
|
# @!attribute [rw] slate_ad_url
|
|
3811
3847
|
# The URL for a video asset to transcode and use to fill in time
|
|
3812
3848
|
# that's not used by ads. AWS Elemental MediaTailor shows the slate
|
|
@@ -3884,7 +3920,9 @@ module Aws::MediaTailor
|
|
|
3884
3920
|
:personalization_threshold_seconds,
|
|
3885
3921
|
:playback_configuration_arn,
|
|
3886
3922
|
:playback_endpoint_prefix,
|
|
3923
|
+
:dual_stack_playback_endpoint_prefix,
|
|
3887
3924
|
:session_initialization_endpoint_prefix,
|
|
3925
|
+
:dual_stack_session_initialization_endpoint_prefix,
|
|
3888
3926
|
:slate_ad_url,
|
|
3889
3927
|
:tags,
|
|
3890
3928
|
:transcode_profile_name,
|
|
@@ -4506,11 +4544,21 @@ module Aws::MediaTailor
|
|
|
4506
4544
|
# configuration.
|
|
4507
4545
|
# @return [String]
|
|
4508
4546
|
#
|
|
4547
|
+
# @!attribute [rw] dual_stack_playback_endpoint_prefix
|
|
4548
|
+
# The dual-stack (IPv4 and IPv6) playback endpoint prefix associated
|
|
4549
|
+
# with the playback configuration.
|
|
4550
|
+
# @return [String]
|
|
4551
|
+
#
|
|
4509
4552
|
# @!attribute [rw] session_initialization_endpoint_prefix
|
|
4510
4553
|
# The session initialization endpoint prefix associated with the
|
|
4511
4554
|
# playback configuration.
|
|
4512
4555
|
# @return [String]
|
|
4513
4556
|
#
|
|
4557
|
+
# @!attribute [rw] dual_stack_session_initialization_endpoint_prefix
|
|
4558
|
+
# The dual-stack (IPv4 and IPv6) session initialization endpoint
|
|
4559
|
+
# prefix associated with the playback configuration.
|
|
4560
|
+
# @return [String]
|
|
4561
|
+
#
|
|
4514
4562
|
# @!attribute [rw] slate_ad_url
|
|
4515
4563
|
# The URL for a high-quality video asset to transcode and use to fill
|
|
4516
4564
|
# in time that's not used by ads. AWS Elemental MediaTailor shows the
|
|
@@ -4587,7 +4635,9 @@ module Aws::MediaTailor
|
|
|
4587
4635
|
:personalization_threshold_seconds,
|
|
4588
4636
|
:playback_configuration_arn,
|
|
4589
4637
|
:playback_endpoint_prefix,
|
|
4638
|
+
:dual_stack_playback_endpoint_prefix,
|
|
4590
4639
|
:session_initialization_endpoint_prefix,
|
|
4640
|
+
:dual_stack_session_initialization_endpoint_prefix,
|
|
4591
4641
|
:slate_ad_url,
|
|
4592
4642
|
:tags,
|
|
4593
4643
|
:transcode_profile_name,
|
|
@@ -4749,7 +4799,12 @@ module Aws::MediaTailor
|
|
|
4749
4799
|
# @return [String]
|
|
4750
4800
|
#
|
|
4751
4801
|
# @!attribute [rw] playback_url
|
|
4752
|
-
# The URL
|
|
4802
|
+
# The URL that your player uses for playback.
|
|
4803
|
+
# @return [String]
|
|
4804
|
+
#
|
|
4805
|
+
# @!attribute [rw] dual_stack_playback_url
|
|
4806
|
+
# The dual-stack (IPv4 and IPv6) URL that your player uses for
|
|
4807
|
+
# playback.
|
|
4753
4808
|
# @return [String]
|
|
4754
4809
|
#
|
|
4755
4810
|
# @!attribute [rw] source_group
|
|
@@ -4764,6 +4819,7 @@ module Aws::MediaTailor
|
|
|
4764
4819
|
:hls_playlist_settings,
|
|
4765
4820
|
:manifest_name,
|
|
4766
4821
|
:playback_url,
|
|
4822
|
+
:dual_stack_playback_url,
|
|
4767
4823
|
:source_group)
|
|
4768
4824
|
SENSITIVE = []
|
|
4769
4825
|
include Aws::Structure
|
data/lib/aws-sdk-mediatailor.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -589,7 +589,9 @@ module Aws
|
|
|
589
589
|
def personalization_threshold_seconds: () -> ::Integer
|
|
590
590
|
def playback_configuration_arn: () -> ::String
|
|
591
591
|
def playback_endpoint_prefix: () -> ::String
|
|
592
|
+
def dual_stack_playback_endpoint_prefix: () -> ::String
|
|
592
593
|
def session_initialization_endpoint_prefix: () -> ::String
|
|
594
|
+
def dual_stack_session_initialization_endpoint_prefix: () -> ::String
|
|
593
595
|
def slate_ad_url: () -> ::String
|
|
594
596
|
def tags: () -> ::Hash[::String, ::String]
|
|
595
597
|
def transcode_profile_name: () -> ::String
|
|
@@ -806,7 +808,9 @@ module Aws
|
|
|
806
808
|
def personalization_threshold_seconds: () -> ::Integer
|
|
807
809
|
def playback_configuration_arn: () -> ::String
|
|
808
810
|
def playback_endpoint_prefix: () -> ::String
|
|
811
|
+
def dual_stack_playback_endpoint_prefix: () -> ::String
|
|
809
812
|
def session_initialization_endpoint_prefix: () -> ::String
|
|
813
|
+
def dual_stack_session_initialization_endpoint_prefix: () -> ::String
|
|
810
814
|
def slate_ad_url: () -> ::String
|
|
811
815
|
def tags: () -> ::Hash[::String, ::String]
|
|
812
816
|
def transcode_profile_name: () -> ::String
|
data/sig/types.rbs
CHANGED
|
@@ -311,6 +311,7 @@ module Aws::MediaTailor
|
|
|
311
311
|
|
|
312
312
|
class DashConfiguration
|
|
313
313
|
attr_accessor manifest_endpoint_prefix: ::String
|
|
314
|
+
attr_accessor dual_stack_manifest_endpoint_prefix: ::String
|
|
314
315
|
attr_accessor mpd_location: ::String
|
|
315
316
|
attr_accessor origin_manifest_type: ("SINGLE_PERIOD" | "MULTI_PERIOD")
|
|
316
317
|
SENSITIVE: []
|
|
@@ -590,7 +591,9 @@ module Aws::MediaTailor
|
|
|
590
591
|
attr_accessor personalization_threshold_seconds: ::Integer
|
|
591
592
|
attr_accessor playback_configuration_arn: ::String
|
|
592
593
|
attr_accessor playback_endpoint_prefix: ::String
|
|
594
|
+
attr_accessor dual_stack_playback_endpoint_prefix: ::String
|
|
593
595
|
attr_accessor session_initialization_endpoint_prefix: ::String
|
|
596
|
+
attr_accessor dual_stack_session_initialization_endpoint_prefix: ::String
|
|
594
597
|
attr_accessor slate_ad_url: ::String
|
|
595
598
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
596
599
|
attr_accessor transcode_profile_name: ::String
|
|
@@ -622,6 +625,7 @@ module Aws::MediaTailor
|
|
|
622
625
|
|
|
623
626
|
class HlsConfiguration
|
|
624
627
|
attr_accessor manifest_endpoint_prefix: ::String
|
|
628
|
+
attr_accessor dual_stack_manifest_endpoint_prefix: ::String
|
|
625
629
|
SENSITIVE: []
|
|
626
630
|
end
|
|
627
631
|
|
|
@@ -837,7 +841,9 @@ module Aws::MediaTailor
|
|
|
837
841
|
attr_accessor personalization_threshold_seconds: ::Integer
|
|
838
842
|
attr_accessor playback_configuration_arn: ::String
|
|
839
843
|
attr_accessor playback_endpoint_prefix: ::String
|
|
844
|
+
attr_accessor dual_stack_playback_endpoint_prefix: ::String
|
|
840
845
|
attr_accessor session_initialization_endpoint_prefix: ::String
|
|
846
|
+
attr_accessor dual_stack_session_initialization_endpoint_prefix: ::String
|
|
841
847
|
attr_accessor slate_ad_url: ::String
|
|
842
848
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
843
849
|
attr_accessor transcode_profile_name: ::String
|
|
@@ -948,7 +954,9 @@ module Aws::MediaTailor
|
|
|
948
954
|
attr_accessor personalization_threshold_seconds: ::Integer
|
|
949
955
|
attr_accessor playback_configuration_arn: ::String
|
|
950
956
|
attr_accessor playback_endpoint_prefix: ::String
|
|
957
|
+
attr_accessor dual_stack_playback_endpoint_prefix: ::String
|
|
951
958
|
attr_accessor session_initialization_endpoint_prefix: ::String
|
|
959
|
+
attr_accessor dual_stack_session_initialization_endpoint_prefix: ::String
|
|
952
960
|
attr_accessor slate_ad_url: ::String
|
|
953
961
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
954
962
|
attr_accessor transcode_profile_name: ::String
|
|
@@ -995,6 +1003,7 @@ module Aws::MediaTailor
|
|
|
995
1003
|
attr_accessor hls_playlist_settings: Types::HlsPlaylistSettings
|
|
996
1004
|
attr_accessor manifest_name: ::String
|
|
997
1005
|
attr_accessor playback_url: ::String
|
|
1006
|
+
attr_accessor dual_stack_playback_url: ::String
|
|
998
1007
|
attr_accessor source_group: ::String
|
|
999
1008
|
SENSITIVE: []
|
|
1000
1009
|
end
|