aws-sdk-mediatailor 1.96.0 → 1.98.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediatailor/client.rb +151 -10
- data/lib/aws-sdk-mediatailor/client_api.rb +68 -4
- data/lib/aws-sdk-mediatailor/types.rb +326 -28
- data/lib/aws-sdk-mediatailor.rb +1 -1
- data/sig/client.rbs +44 -4
- data/sig/types.rbs +55 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63adfebe9c93a4c14bff12ac6305689137ac5e5bec6937da066a452388dc3255
|
4
|
+
data.tar.gz: 8eddbd66a8bc681a02eb884e7d51121774df8c0b675134e69c03ce943601d41b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0489976663c1e8d3f40ea5703fb52ac7f98d8378d22e694ad5830cf5062a0370e54423f0a5e723eddffbdbe871cf85e99a3f7f09981a27172dc4971165386b3e'
|
7
|
+
data.tar.gz: b5ba363aced21cdf1498dd2b3f01f74e30bdd727eaed197ce6920686653943b0c61dc239c3b286a13f239d14261063b46c99891a73ef1a4300e312d4f1e9f27c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.98.0 (2025-04-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for Recurring Prefetch and Traffic Shaping on both Single and Recurring Prefetch. ListPrefetchSchedules now return single prefetchs by default and can be provided scheduleType of SINGLE, RECURRING, AND ALL.
|
8
|
+
|
9
|
+
1.97.0 (2025-03-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add support for log filtering which allow customers to filter out selected event types from logs.
|
13
|
+
|
4
14
|
1.96.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.98.0
|
@@ -542,11 +542,21 @@ module Aws::MediaTailor
|
|
542
542
|
#
|
543
543
|
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AWS-logs-and-resource-policy.html#AWS-vended-logs-permissions-V2
|
544
544
|
#
|
545
|
+
# @option params [Types::AdsInteractionLog] :ads_interaction_log
|
546
|
+
# The event types that MediaTailor emits in logs for interactions with
|
547
|
+
# the ADS.
|
548
|
+
#
|
549
|
+
# @option params [Types::ManifestServiceInteractionLog] :manifest_service_interaction_log
|
550
|
+
# The event types that MediaTailor emits in logs for interactions with
|
551
|
+
# the origin server.
|
552
|
+
#
|
545
553
|
# @return [Types::ConfigureLogsForPlaybackConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
546
554
|
#
|
547
555
|
# * {Types::ConfigureLogsForPlaybackConfigurationResponse#percent_enabled #percent_enabled} => Integer
|
548
556
|
# * {Types::ConfigureLogsForPlaybackConfigurationResponse#playback_configuration_name #playback_configuration_name} => String
|
549
557
|
# * {Types::ConfigureLogsForPlaybackConfigurationResponse#enabled_logging_strategies #enabled_logging_strategies} => Array<String>
|
558
|
+
# * {Types::ConfigureLogsForPlaybackConfigurationResponse#ads_interaction_log #ads_interaction_log} => Types::AdsInteractionLog
|
559
|
+
# * {Types::ConfigureLogsForPlaybackConfigurationResponse#manifest_service_interaction_log #manifest_service_interaction_log} => Types::ManifestServiceInteractionLog
|
550
560
|
#
|
551
561
|
# @example Request syntax with placeholder values
|
552
562
|
#
|
@@ -554,6 +564,13 @@ module Aws::MediaTailor
|
|
554
564
|
# percent_enabled: 1, # required
|
555
565
|
# playback_configuration_name: "__string", # required
|
556
566
|
# enabled_logging_strategies: ["VENDED_LOGS"], # accepts VENDED_LOGS, LEGACY_CLOUDWATCH
|
567
|
+
# ads_interaction_log: {
|
568
|
+
# publish_opt_in_event_types: ["RAW_ADS_RESPONSE"], # accepts RAW_ADS_RESPONSE
|
569
|
+
# exclude_event_types: ["AD_MARKER_FOUND"], # accepts AD_MARKER_FOUND, NON_AD_MARKER_FOUND, MAKING_ADS_REQUEST, MODIFIED_TARGET_URL, VAST_REDIRECT, EMPTY_VAST_RESPONSE, EMPTY_VMAP_RESPONSE, VAST_RESPONSE, REDIRECTED_VAST_RESPONSE, FILLED_AVAIL, FILLED_OVERLAY_AVAIL, BEACON_FIRED, WARNING_NO_ADVERTISEMENTS, WARNING_VPAID_AD_DROPPED, WARNING_URL_VARIABLE_SUBSTITUTION_FAILED, ERROR_UNKNOWN, ERROR_UNKNOWN_HOST, ERROR_DISALLOWED_HOST, ERROR_ADS_IO, ERROR_ADS_TIMEOUT, ERROR_ADS_RESPONSE_PARSE, ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT, ERROR_ADS_INVALID_RESPONSE, ERROR_VAST_REDIRECT_EMPTY_RESPONSE, ERROR_VAST_REDIRECT_MULTIPLE_VAST, ERROR_VAST_REDIRECT_FAILED, ERROR_VAST_MISSING_MEDIAFILES, ERROR_VAST_MISSING_CREATIVES, ERROR_VAST_MISSING_OVERLAYS, ERROR_VAST_MISSING_IMPRESSION, ERROR_VAST_INVALID_VAST_AD_TAG_URI, ERROR_VAST_MULTIPLE_TRACKING_EVENTS, ERROR_VAST_MULTIPLE_LINEAR, ERROR_VAST_INVALID_MEDIA_FILE, ERROR_FIRING_BEACON_FAILED, ERROR_PERSONALIZATION_DISABLED, VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET, VOD_TIME_BASED_AVAIL_PLAN_SUCCESS, VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS, INTERSTITIAL_VOD_SUCCESS, INTERSTITIAL_VOD_FAILURE
|
570
|
+
# },
|
571
|
+
# manifest_service_interaction_log: {
|
572
|
+
# exclude_event_types: ["GENERATED_MANIFEST"], # accepts GENERATED_MANIFEST, ORIGIN_MANIFEST, SESSION_INITIALIZED, TRACKING_RESPONSE, CONFIG_SYNTAX_ERROR, CONFIG_SECURITY_ERROR, UNKNOWN_HOST, TIMEOUT_ERROR, CONNECTION_ERROR, IO_ERROR, UNKNOWN_ERROR, HOST_DISALLOWED, PARSING_ERROR, MANIFEST_ERROR, NO_MASTER_OR_MEDIA_PLAYLIST, NO_MASTER_PLAYLIST, NO_MEDIA_PLAYLIST, INCOMPATIBLE_HLS_VERSION, SCTE35_PARSING_ERROR, INVALID_SINGLE_PERIOD_DASH_MANIFEST, UNSUPPORTED_SINGLE_PERIOD_DASH_MANIFEST, LAST_PERIOD_MISSING_AUDIO, LAST_PERIOD_MISSING_AUDIO_WARNING, ERROR_ORIGIN_PREFIX_INTERPOLATION, ERROR_ADS_INTERPOLATION, ERROR_LIVE_PRE_ROLL_ADS_INTERPOLATION, ERROR_CDN_AD_SEGMENT_INTERPOLATION, ERROR_CDN_CONTENT_SEGMENT_INTERPOLATION, ERROR_SLATE_AD_URL_INTERPOLATION, ERROR_PROFILE_NAME_INTERPOLATION, ERROR_BUMPER_START_INTERPOLATION, ERROR_BUMPER_END_INTERPOLATION
|
573
|
+
# },
|
557
574
|
# })
|
558
575
|
#
|
559
576
|
# @example Response structure
|
@@ -562,6 +579,12 @@ module Aws::MediaTailor
|
|
562
579
|
# resp.playback_configuration_name #=> String
|
563
580
|
# resp.enabled_logging_strategies #=> Array
|
564
581
|
# resp.enabled_logging_strategies[0] #=> String, one of "VENDED_LOGS", "LEGACY_CLOUDWATCH"
|
582
|
+
# resp.ads_interaction_log.publish_opt_in_event_types #=> Array
|
583
|
+
# resp.ads_interaction_log.publish_opt_in_event_types[0] #=> String, one of "RAW_ADS_RESPONSE"
|
584
|
+
# resp.ads_interaction_log.exclude_event_types #=> Array
|
585
|
+
# resp.ads_interaction_log.exclude_event_types[0] #=> String, one of "AD_MARKER_FOUND", "NON_AD_MARKER_FOUND", "MAKING_ADS_REQUEST", "MODIFIED_TARGET_URL", "VAST_REDIRECT", "EMPTY_VAST_RESPONSE", "EMPTY_VMAP_RESPONSE", "VAST_RESPONSE", "REDIRECTED_VAST_RESPONSE", "FILLED_AVAIL", "FILLED_OVERLAY_AVAIL", "BEACON_FIRED", "WARNING_NO_ADVERTISEMENTS", "WARNING_VPAID_AD_DROPPED", "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED", "ERROR_UNKNOWN", "ERROR_UNKNOWN_HOST", "ERROR_DISALLOWED_HOST", "ERROR_ADS_IO", "ERROR_ADS_TIMEOUT", "ERROR_ADS_RESPONSE_PARSE", "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT", "ERROR_ADS_INVALID_RESPONSE", "ERROR_VAST_REDIRECT_EMPTY_RESPONSE", "ERROR_VAST_REDIRECT_MULTIPLE_VAST", "ERROR_VAST_REDIRECT_FAILED", "ERROR_VAST_MISSING_MEDIAFILES", "ERROR_VAST_MISSING_CREATIVES", "ERROR_VAST_MISSING_OVERLAYS", "ERROR_VAST_MISSING_IMPRESSION", "ERROR_VAST_INVALID_VAST_AD_TAG_URI", "ERROR_VAST_MULTIPLE_TRACKING_EVENTS", "ERROR_VAST_MULTIPLE_LINEAR", "ERROR_VAST_INVALID_MEDIA_FILE", "ERROR_FIRING_BEACON_FAILED", "ERROR_PERSONALIZATION_DISABLED", "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET", "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS", "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS", "INTERSTITIAL_VOD_SUCCESS", "INTERSTITIAL_VOD_FAILURE"
|
586
|
+
# resp.manifest_service_interaction_log.exclude_event_types #=> Array
|
587
|
+
# resp.manifest_service_interaction_log.exclude_event_types[0] #=> String, one of "GENERATED_MANIFEST", "ORIGIN_MANIFEST", "SESSION_INITIALIZED", "TRACKING_RESPONSE", "CONFIG_SYNTAX_ERROR", "CONFIG_SECURITY_ERROR", "UNKNOWN_HOST", "TIMEOUT_ERROR", "CONNECTION_ERROR", "IO_ERROR", "UNKNOWN_ERROR", "HOST_DISALLOWED", "PARSING_ERROR", "MANIFEST_ERROR", "NO_MASTER_OR_MEDIA_PLAYLIST", "NO_MASTER_PLAYLIST", "NO_MEDIA_PLAYLIST", "INCOMPATIBLE_HLS_VERSION", "SCTE35_PARSING_ERROR", "INVALID_SINGLE_PERIOD_DASH_MANIFEST", "UNSUPPORTED_SINGLE_PERIOD_DASH_MANIFEST", "LAST_PERIOD_MISSING_AUDIO", "LAST_PERIOD_MISSING_AUDIO_WARNING", "ERROR_ORIGIN_PREFIX_INTERPOLATION", "ERROR_ADS_INTERPOLATION", "ERROR_LIVE_PRE_ROLL_ADS_INTERPOLATION", "ERROR_CDN_AD_SEGMENT_INTERPOLATION", "ERROR_CDN_CONTENT_SEGMENT_INTERPOLATION", "ERROR_SLATE_AD_URL_INTERPOLATION", "ERROR_PROFILE_NAME_INTERPOLATION", "ERROR_BUMPER_START_INTERPOLATION", "ERROR_BUMPER_END_INTERPOLATION"
|
565
588
|
#
|
566
589
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ConfigureLogsForPlaybackConfiguration AWS API Documentation
|
567
590
|
#
|
@@ -789,12 +812,13 @@ module Aws::MediaTailor
|
|
789
812
|
#
|
790
813
|
# [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html
|
791
814
|
#
|
792
|
-
# @option params [
|
793
|
-
# The configuration settings for
|
794
|
-
# prefetched ads from the ad decision server
|
795
|
-
# configuration contains an end time and an
|
796
|
-
# define the *consumption window*. Prefetch
|
797
|
-
# expire no earlier than seven days after the
|
815
|
+
# @option params [Types::PrefetchConsumption] :consumption
|
816
|
+
# The configuration settings for how and when MediaTailor consumes
|
817
|
+
# prefetched ads from the ad decision server for single prefetch
|
818
|
+
# schedules. Each consumption configuration contains an end time and an
|
819
|
+
# optional start time that define the *consumption window*. Prefetch
|
820
|
+
# schedules automatically expire no earlier than seven days after the
|
821
|
+
# end time.
|
798
822
|
#
|
799
823
|
# @option params [required, String] :name
|
800
824
|
# The name to assign to the schedule request.
|
@@ -802,11 +826,28 @@ module Aws::MediaTailor
|
|
802
826
|
# @option params [required, String] :playback_configuration_name
|
803
827
|
# The name to assign to the playback configuration.
|
804
828
|
#
|
805
|
-
# @option params [
|
829
|
+
# @option params [Types::PrefetchRetrieval] :retrieval
|
806
830
|
# The configuration settings for retrieval of prefetched ads from the ad
|
807
831
|
# decision server. Only one set of prefetched ads will be retrieved and
|
808
832
|
# subsequently consumed for each ad break.
|
809
833
|
#
|
834
|
+
# @option params [Types::RecurringPrefetchConfiguration] :recurring_prefetch_configuration
|
835
|
+
# The configuration that defines how and when MediaTailor performs ad
|
836
|
+
# prefetching in a live event.
|
837
|
+
#
|
838
|
+
# @option params [String] :schedule_type
|
839
|
+
# The frequency that MediaTailor creates prefetch schedules. `SINGLE`
|
840
|
+
# indicates that this schedule applies to one ad break. `RECURRING`
|
841
|
+
# indicates that MediaTailor automatically creates a schedule for each
|
842
|
+
# ad avail in a live event.
|
843
|
+
#
|
844
|
+
# For more information about the prefetch types and when you might use
|
845
|
+
# each, see [Prefetching ads in Elemental MediaTailor.][1]
|
846
|
+
#
|
847
|
+
#
|
848
|
+
#
|
849
|
+
# [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html
|
850
|
+
#
|
810
851
|
# @option params [String] :stream_id
|
811
852
|
# An optional stream identifier that MediaTailor uses to prefetch ads
|
812
853
|
# for multiple streams that use the same playback configuration. If
|
@@ -822,12 +863,14 @@ module Aws::MediaTailor
|
|
822
863
|
# * {Types::CreatePrefetchScheduleResponse#name #name} => String
|
823
864
|
# * {Types::CreatePrefetchScheduleResponse#playback_configuration_name #playback_configuration_name} => String
|
824
865
|
# * {Types::CreatePrefetchScheduleResponse#retrieval #retrieval} => Types::PrefetchRetrieval
|
866
|
+
# * {Types::CreatePrefetchScheduleResponse#recurring_prefetch_configuration #recurring_prefetch_configuration} => Types::RecurringPrefetchConfiguration
|
867
|
+
# * {Types::CreatePrefetchScheduleResponse#schedule_type #schedule_type} => String
|
825
868
|
# * {Types::CreatePrefetchScheduleResponse#stream_id #stream_id} => String
|
826
869
|
#
|
827
870
|
# @example Request syntax with placeholder values
|
828
871
|
#
|
829
872
|
# resp = client.create_prefetch_schedule({
|
830
|
-
# consumption: {
|
873
|
+
# consumption: {
|
831
874
|
# avail_matching_criteria: [
|
832
875
|
# {
|
833
876
|
# dynamic_variable: "__string", # required
|
@@ -839,13 +882,41 @@ module Aws::MediaTailor
|
|
839
882
|
# },
|
840
883
|
# name: "__string", # required
|
841
884
|
# playback_configuration_name: "__string", # required
|
842
|
-
# retrieval: {
|
885
|
+
# retrieval: {
|
843
886
|
# dynamic_variables: {
|
844
887
|
# "__string" => "__string",
|
845
888
|
# },
|
846
889
|
# end_time: Time.now, # required
|
847
890
|
# start_time: Time.now,
|
891
|
+
# traffic_shaping_type: "RETRIEVAL_WINDOW", # accepts RETRIEVAL_WINDOW
|
892
|
+
# traffic_shaping_retrieval_window: {
|
893
|
+
# retrieval_window_duration_seconds: 1,
|
894
|
+
# },
|
895
|
+
# },
|
896
|
+
# recurring_prefetch_configuration: {
|
897
|
+
# start_time: Time.now,
|
898
|
+
# end_time: Time.now, # required
|
899
|
+
# recurring_consumption: { # required
|
900
|
+
# retrieved_ad_expiration_seconds: 1,
|
901
|
+
# avail_matching_criteria: [
|
902
|
+
# {
|
903
|
+
# dynamic_variable: "__string", # required
|
904
|
+
# operator: "EQUALS", # required, accepts EQUALS
|
905
|
+
# },
|
906
|
+
# ],
|
907
|
+
# },
|
908
|
+
# recurring_retrieval: { # required
|
909
|
+
# dynamic_variables: {
|
910
|
+
# "__string" => "__string",
|
911
|
+
# },
|
912
|
+
# delay_after_avail_end_seconds: 1,
|
913
|
+
# traffic_shaping_type: "RETRIEVAL_WINDOW", # accepts RETRIEVAL_WINDOW
|
914
|
+
# traffic_shaping_retrieval_window: {
|
915
|
+
# retrieval_window_duration_seconds: 1,
|
916
|
+
# },
|
917
|
+
# },
|
848
918
|
# },
|
919
|
+
# schedule_type: "SINGLE", # accepts SINGLE, RECURRING
|
849
920
|
# stream_id: "__string",
|
850
921
|
# })
|
851
922
|
#
|
@@ -863,6 +934,20 @@ module Aws::MediaTailor
|
|
863
934
|
# resp.retrieval.dynamic_variables["__string"] #=> String
|
864
935
|
# resp.retrieval.end_time #=> Time
|
865
936
|
# resp.retrieval.start_time #=> Time
|
937
|
+
# resp.retrieval.traffic_shaping_type #=> String, one of "RETRIEVAL_WINDOW"
|
938
|
+
# resp.retrieval.traffic_shaping_retrieval_window.retrieval_window_duration_seconds #=> Integer
|
939
|
+
# resp.recurring_prefetch_configuration.start_time #=> Time
|
940
|
+
# resp.recurring_prefetch_configuration.end_time #=> Time
|
941
|
+
# resp.recurring_prefetch_configuration.recurring_consumption.retrieved_ad_expiration_seconds #=> Integer
|
942
|
+
# resp.recurring_prefetch_configuration.recurring_consumption.avail_matching_criteria #=> Array
|
943
|
+
# resp.recurring_prefetch_configuration.recurring_consumption.avail_matching_criteria[0].dynamic_variable #=> String
|
944
|
+
# resp.recurring_prefetch_configuration.recurring_consumption.avail_matching_criteria[0].operator #=> String, one of "EQUALS"
|
945
|
+
# resp.recurring_prefetch_configuration.recurring_retrieval.dynamic_variables #=> Hash
|
946
|
+
# resp.recurring_prefetch_configuration.recurring_retrieval.dynamic_variables["__string"] #=> String
|
947
|
+
# resp.recurring_prefetch_configuration.recurring_retrieval.delay_after_avail_end_seconds #=> Integer
|
948
|
+
# resp.recurring_prefetch_configuration.recurring_retrieval.traffic_shaping_type #=> String, one of "RETRIEVAL_WINDOW"
|
949
|
+
# resp.recurring_prefetch_configuration.recurring_retrieval.traffic_shaping_retrieval_window.retrieval_window_duration_seconds #=> Integer
|
950
|
+
# resp.schedule_type #=> String, one of "SINGLE", "RECURRING"
|
866
951
|
# resp.stream_id #=> String
|
867
952
|
#
|
868
953
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreatePrefetchSchedule AWS API Documentation
|
@@ -2013,6 +2098,12 @@ module Aws::MediaTailor
|
|
2013
2098
|
# resp.log_configuration.percent_enabled #=> Integer
|
2014
2099
|
# resp.log_configuration.enabled_logging_strategies #=> Array
|
2015
2100
|
# resp.log_configuration.enabled_logging_strategies[0] #=> String, one of "VENDED_LOGS", "LEGACY_CLOUDWATCH"
|
2101
|
+
# resp.log_configuration.ads_interaction_log.publish_opt_in_event_types #=> Array
|
2102
|
+
# resp.log_configuration.ads_interaction_log.publish_opt_in_event_types[0] #=> String, one of "RAW_ADS_RESPONSE"
|
2103
|
+
# resp.log_configuration.ads_interaction_log.exclude_event_types #=> Array
|
2104
|
+
# resp.log_configuration.ads_interaction_log.exclude_event_types[0] #=> String, one of "AD_MARKER_FOUND", "NON_AD_MARKER_FOUND", "MAKING_ADS_REQUEST", "MODIFIED_TARGET_URL", "VAST_REDIRECT", "EMPTY_VAST_RESPONSE", "EMPTY_VMAP_RESPONSE", "VAST_RESPONSE", "REDIRECTED_VAST_RESPONSE", "FILLED_AVAIL", "FILLED_OVERLAY_AVAIL", "BEACON_FIRED", "WARNING_NO_ADVERTISEMENTS", "WARNING_VPAID_AD_DROPPED", "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED", "ERROR_UNKNOWN", "ERROR_UNKNOWN_HOST", "ERROR_DISALLOWED_HOST", "ERROR_ADS_IO", "ERROR_ADS_TIMEOUT", "ERROR_ADS_RESPONSE_PARSE", "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT", "ERROR_ADS_INVALID_RESPONSE", "ERROR_VAST_REDIRECT_EMPTY_RESPONSE", "ERROR_VAST_REDIRECT_MULTIPLE_VAST", "ERROR_VAST_REDIRECT_FAILED", "ERROR_VAST_MISSING_MEDIAFILES", "ERROR_VAST_MISSING_CREATIVES", "ERROR_VAST_MISSING_OVERLAYS", "ERROR_VAST_MISSING_IMPRESSION", "ERROR_VAST_INVALID_VAST_AD_TAG_URI", "ERROR_VAST_MULTIPLE_TRACKING_EVENTS", "ERROR_VAST_MULTIPLE_LINEAR", "ERROR_VAST_INVALID_MEDIA_FILE", "ERROR_FIRING_BEACON_FAILED", "ERROR_PERSONALIZATION_DISABLED", "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET", "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS", "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS", "INTERSTITIAL_VOD_SUCCESS", "INTERSTITIAL_VOD_FAILURE"
|
2105
|
+
# resp.log_configuration.manifest_service_interaction_log.exclude_event_types #=> Array
|
2106
|
+
# resp.log_configuration.manifest_service_interaction_log.exclude_event_types[0] #=> String, one of "GENERATED_MANIFEST", "ORIGIN_MANIFEST", "SESSION_INITIALIZED", "TRACKING_RESPONSE", "CONFIG_SYNTAX_ERROR", "CONFIG_SECURITY_ERROR", "UNKNOWN_HOST", "TIMEOUT_ERROR", "CONNECTION_ERROR", "IO_ERROR", "UNKNOWN_ERROR", "HOST_DISALLOWED", "PARSING_ERROR", "MANIFEST_ERROR", "NO_MASTER_OR_MEDIA_PLAYLIST", "NO_MASTER_PLAYLIST", "NO_MEDIA_PLAYLIST", "INCOMPATIBLE_HLS_VERSION", "SCTE35_PARSING_ERROR", "INVALID_SINGLE_PERIOD_DASH_MANIFEST", "UNSUPPORTED_SINGLE_PERIOD_DASH_MANIFEST", "LAST_PERIOD_MISSING_AUDIO", "LAST_PERIOD_MISSING_AUDIO_WARNING", "ERROR_ORIGIN_PREFIX_INTERPOLATION", "ERROR_ADS_INTERPOLATION", "ERROR_LIVE_PRE_ROLL_ADS_INTERPOLATION", "ERROR_CDN_AD_SEGMENT_INTERPOLATION", "ERROR_CDN_CONTENT_SEGMENT_INTERPOLATION", "ERROR_SLATE_AD_URL_INTERPOLATION", "ERROR_PROFILE_NAME_INTERPOLATION", "ERROR_BUMPER_START_INTERPOLATION", "ERROR_BUMPER_END_INTERPOLATION"
|
2016
2107
|
# resp.manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
|
2017
2108
|
# resp.name #=> String
|
2018
2109
|
# resp.personalization_threshold_seconds #=> Integer
|
@@ -2063,6 +2154,8 @@ module Aws::MediaTailor
|
|
2063
2154
|
# * {Types::GetPrefetchScheduleResponse#name #name} => String
|
2064
2155
|
# * {Types::GetPrefetchScheduleResponse#playback_configuration_name #playback_configuration_name} => String
|
2065
2156
|
# * {Types::GetPrefetchScheduleResponse#retrieval #retrieval} => Types::PrefetchRetrieval
|
2157
|
+
# * {Types::GetPrefetchScheduleResponse#schedule_type #schedule_type} => String
|
2158
|
+
# * {Types::GetPrefetchScheduleResponse#recurring_prefetch_configuration #recurring_prefetch_configuration} => Types::RecurringPrefetchConfiguration
|
2066
2159
|
# * {Types::GetPrefetchScheduleResponse#stream_id #stream_id} => String
|
2067
2160
|
#
|
2068
2161
|
# @example Request syntax with placeholder values
|
@@ -2086,6 +2179,20 @@ module Aws::MediaTailor
|
|
2086
2179
|
# resp.retrieval.dynamic_variables["__string"] #=> String
|
2087
2180
|
# resp.retrieval.end_time #=> Time
|
2088
2181
|
# resp.retrieval.start_time #=> Time
|
2182
|
+
# resp.retrieval.traffic_shaping_type #=> String, one of "RETRIEVAL_WINDOW"
|
2183
|
+
# resp.retrieval.traffic_shaping_retrieval_window.retrieval_window_duration_seconds #=> Integer
|
2184
|
+
# resp.schedule_type #=> String, one of "SINGLE", "RECURRING"
|
2185
|
+
# resp.recurring_prefetch_configuration.start_time #=> Time
|
2186
|
+
# resp.recurring_prefetch_configuration.end_time #=> Time
|
2187
|
+
# resp.recurring_prefetch_configuration.recurring_consumption.retrieved_ad_expiration_seconds #=> Integer
|
2188
|
+
# resp.recurring_prefetch_configuration.recurring_consumption.avail_matching_criteria #=> Array
|
2189
|
+
# resp.recurring_prefetch_configuration.recurring_consumption.avail_matching_criteria[0].dynamic_variable #=> String
|
2190
|
+
# resp.recurring_prefetch_configuration.recurring_consumption.avail_matching_criteria[0].operator #=> String, one of "EQUALS"
|
2191
|
+
# resp.recurring_prefetch_configuration.recurring_retrieval.dynamic_variables #=> Hash
|
2192
|
+
# resp.recurring_prefetch_configuration.recurring_retrieval.dynamic_variables["__string"] #=> String
|
2193
|
+
# resp.recurring_prefetch_configuration.recurring_retrieval.delay_after_avail_end_seconds #=> Integer
|
2194
|
+
# resp.recurring_prefetch_configuration.recurring_retrieval.traffic_shaping_type #=> String, one of "RETRIEVAL_WINDOW"
|
2195
|
+
# resp.recurring_prefetch_configuration.recurring_retrieval.traffic_shaping_retrieval_window.retrieval_window_duration_seconds #=> Integer
|
2089
2196
|
# resp.stream_id #=> String
|
2090
2197
|
#
|
2091
2198
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetPrefetchSchedule AWS API Documentation
|
@@ -2329,6 +2436,12 @@ module Aws::MediaTailor
|
|
2329
2436
|
# resp.items[0].log_configuration.percent_enabled #=> Integer
|
2330
2437
|
# resp.items[0].log_configuration.enabled_logging_strategies #=> Array
|
2331
2438
|
# resp.items[0].log_configuration.enabled_logging_strategies[0] #=> String, one of "VENDED_LOGS", "LEGACY_CLOUDWATCH"
|
2439
|
+
# resp.items[0].log_configuration.ads_interaction_log.publish_opt_in_event_types #=> Array
|
2440
|
+
# resp.items[0].log_configuration.ads_interaction_log.publish_opt_in_event_types[0] #=> String, one of "RAW_ADS_RESPONSE"
|
2441
|
+
# resp.items[0].log_configuration.ads_interaction_log.exclude_event_types #=> Array
|
2442
|
+
# resp.items[0].log_configuration.ads_interaction_log.exclude_event_types[0] #=> String, one of "AD_MARKER_FOUND", "NON_AD_MARKER_FOUND", "MAKING_ADS_REQUEST", "MODIFIED_TARGET_URL", "VAST_REDIRECT", "EMPTY_VAST_RESPONSE", "EMPTY_VMAP_RESPONSE", "VAST_RESPONSE", "REDIRECTED_VAST_RESPONSE", "FILLED_AVAIL", "FILLED_OVERLAY_AVAIL", "BEACON_FIRED", "WARNING_NO_ADVERTISEMENTS", "WARNING_VPAID_AD_DROPPED", "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED", "ERROR_UNKNOWN", "ERROR_UNKNOWN_HOST", "ERROR_DISALLOWED_HOST", "ERROR_ADS_IO", "ERROR_ADS_TIMEOUT", "ERROR_ADS_RESPONSE_PARSE", "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT", "ERROR_ADS_INVALID_RESPONSE", "ERROR_VAST_REDIRECT_EMPTY_RESPONSE", "ERROR_VAST_REDIRECT_MULTIPLE_VAST", "ERROR_VAST_REDIRECT_FAILED", "ERROR_VAST_MISSING_MEDIAFILES", "ERROR_VAST_MISSING_CREATIVES", "ERROR_VAST_MISSING_OVERLAYS", "ERROR_VAST_MISSING_IMPRESSION", "ERROR_VAST_INVALID_VAST_AD_TAG_URI", "ERROR_VAST_MULTIPLE_TRACKING_EVENTS", "ERROR_VAST_MULTIPLE_LINEAR", "ERROR_VAST_INVALID_MEDIA_FILE", "ERROR_FIRING_BEACON_FAILED", "ERROR_PERSONALIZATION_DISABLED", "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET", "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS", "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS", "INTERSTITIAL_VOD_SUCCESS", "INTERSTITIAL_VOD_FAILURE"
|
2443
|
+
# resp.items[0].log_configuration.manifest_service_interaction_log.exclude_event_types #=> Array
|
2444
|
+
# resp.items[0].log_configuration.manifest_service_interaction_log.exclude_event_types[0] #=> String, one of "GENERATED_MANIFEST", "ORIGIN_MANIFEST", "SESSION_INITIALIZED", "TRACKING_RESPONSE", "CONFIG_SYNTAX_ERROR", "CONFIG_SECURITY_ERROR", "UNKNOWN_HOST", "TIMEOUT_ERROR", "CONNECTION_ERROR", "IO_ERROR", "UNKNOWN_ERROR", "HOST_DISALLOWED", "PARSING_ERROR", "MANIFEST_ERROR", "NO_MASTER_OR_MEDIA_PLAYLIST", "NO_MASTER_PLAYLIST", "NO_MEDIA_PLAYLIST", "INCOMPATIBLE_HLS_VERSION", "SCTE35_PARSING_ERROR", "INVALID_SINGLE_PERIOD_DASH_MANIFEST", "UNSUPPORTED_SINGLE_PERIOD_DASH_MANIFEST", "LAST_PERIOD_MISSING_AUDIO", "LAST_PERIOD_MISSING_AUDIO_WARNING", "ERROR_ORIGIN_PREFIX_INTERPOLATION", "ERROR_ADS_INTERPOLATION", "ERROR_LIVE_PRE_ROLL_ADS_INTERPOLATION", "ERROR_CDN_AD_SEGMENT_INTERPOLATION", "ERROR_CDN_CONTENT_SEGMENT_INTERPOLATION", "ERROR_SLATE_AD_URL_INTERPOLATION", "ERROR_PROFILE_NAME_INTERPOLATION", "ERROR_BUMPER_START_INTERPOLATION", "ERROR_BUMPER_END_INTERPOLATION"
|
2332
2445
|
# resp.items[0].manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
|
2333
2446
|
# resp.items[0].name #=> String
|
2334
2447
|
# resp.items[0].personalization_threshold_seconds #=> Integer
|
@@ -2378,6 +2491,13 @@ module Aws::MediaTailor
|
|
2378
2491
|
# Retrieves the prefetch schedule(s) for a specific playback
|
2379
2492
|
# configuration.
|
2380
2493
|
#
|
2494
|
+
# @option params [String] :schedule_type
|
2495
|
+
# The type of prefetch schedules that you want to list. `SINGLE`
|
2496
|
+
# indicates that you want to list the configured single prefetch
|
2497
|
+
# schedules. `RECURRING` indicates that you want to list the configured
|
2498
|
+
# recurring prefetch schedules. `ALL` indicates that you want to list
|
2499
|
+
# all configured prefetch schedules.
|
2500
|
+
#
|
2381
2501
|
# @option params [String] :stream_id
|
2382
2502
|
# An optional filtering parameter whereby MediaTailor filters the
|
2383
2503
|
# prefetch schedules to include only specific streams.
|
@@ -2395,6 +2515,7 @@ module Aws::MediaTailor
|
|
2395
2515
|
# max_results: 1,
|
2396
2516
|
# next_token: "__string",
|
2397
2517
|
# playback_configuration_name: "__string", # required
|
2518
|
+
# schedule_type: "SINGLE", # accepts SINGLE, RECURRING, ALL
|
2398
2519
|
# stream_id: "__string",
|
2399
2520
|
# })
|
2400
2521
|
#
|
@@ -2413,6 +2534,20 @@ module Aws::MediaTailor
|
|
2413
2534
|
# resp.items[0].retrieval.dynamic_variables["__string"] #=> String
|
2414
2535
|
# resp.items[0].retrieval.end_time #=> Time
|
2415
2536
|
# resp.items[0].retrieval.start_time #=> Time
|
2537
|
+
# resp.items[0].retrieval.traffic_shaping_type #=> String, one of "RETRIEVAL_WINDOW"
|
2538
|
+
# resp.items[0].retrieval.traffic_shaping_retrieval_window.retrieval_window_duration_seconds #=> Integer
|
2539
|
+
# resp.items[0].schedule_type #=> String, one of "SINGLE", "RECURRING"
|
2540
|
+
# resp.items[0].recurring_prefetch_configuration.start_time #=> Time
|
2541
|
+
# resp.items[0].recurring_prefetch_configuration.end_time #=> Time
|
2542
|
+
# resp.items[0].recurring_prefetch_configuration.recurring_consumption.retrieved_ad_expiration_seconds #=> Integer
|
2543
|
+
# resp.items[0].recurring_prefetch_configuration.recurring_consumption.avail_matching_criteria #=> Array
|
2544
|
+
# resp.items[0].recurring_prefetch_configuration.recurring_consumption.avail_matching_criteria[0].dynamic_variable #=> String
|
2545
|
+
# resp.items[0].recurring_prefetch_configuration.recurring_consumption.avail_matching_criteria[0].operator #=> String, one of "EQUALS"
|
2546
|
+
# resp.items[0].recurring_prefetch_configuration.recurring_retrieval.dynamic_variables #=> Hash
|
2547
|
+
# resp.items[0].recurring_prefetch_configuration.recurring_retrieval.dynamic_variables["__string"] #=> String
|
2548
|
+
# resp.items[0].recurring_prefetch_configuration.recurring_retrieval.delay_after_avail_end_seconds #=> Integer
|
2549
|
+
# resp.items[0].recurring_prefetch_configuration.recurring_retrieval.traffic_shaping_type #=> String, one of "RETRIEVAL_WINDOW"
|
2550
|
+
# resp.items[0].recurring_prefetch_configuration.recurring_retrieval.traffic_shaping_retrieval_window.retrieval_window_duration_seconds #=> Integer
|
2416
2551
|
# resp.items[0].stream_id #=> String
|
2417
2552
|
# resp.next_token #=> String
|
2418
2553
|
#
|
@@ -2812,6 +2947,12 @@ module Aws::MediaTailor
|
|
2812
2947
|
# resp.log_configuration.percent_enabled #=> Integer
|
2813
2948
|
# resp.log_configuration.enabled_logging_strategies #=> Array
|
2814
2949
|
# resp.log_configuration.enabled_logging_strategies[0] #=> String, one of "VENDED_LOGS", "LEGACY_CLOUDWATCH"
|
2950
|
+
# resp.log_configuration.ads_interaction_log.publish_opt_in_event_types #=> Array
|
2951
|
+
# resp.log_configuration.ads_interaction_log.publish_opt_in_event_types[0] #=> String, one of "RAW_ADS_RESPONSE"
|
2952
|
+
# resp.log_configuration.ads_interaction_log.exclude_event_types #=> Array
|
2953
|
+
# resp.log_configuration.ads_interaction_log.exclude_event_types[0] #=> String, one of "AD_MARKER_FOUND", "NON_AD_MARKER_FOUND", "MAKING_ADS_REQUEST", "MODIFIED_TARGET_URL", "VAST_REDIRECT", "EMPTY_VAST_RESPONSE", "EMPTY_VMAP_RESPONSE", "VAST_RESPONSE", "REDIRECTED_VAST_RESPONSE", "FILLED_AVAIL", "FILLED_OVERLAY_AVAIL", "BEACON_FIRED", "WARNING_NO_ADVERTISEMENTS", "WARNING_VPAID_AD_DROPPED", "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED", "ERROR_UNKNOWN", "ERROR_UNKNOWN_HOST", "ERROR_DISALLOWED_HOST", "ERROR_ADS_IO", "ERROR_ADS_TIMEOUT", "ERROR_ADS_RESPONSE_PARSE", "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT", "ERROR_ADS_INVALID_RESPONSE", "ERROR_VAST_REDIRECT_EMPTY_RESPONSE", "ERROR_VAST_REDIRECT_MULTIPLE_VAST", "ERROR_VAST_REDIRECT_FAILED", "ERROR_VAST_MISSING_MEDIAFILES", "ERROR_VAST_MISSING_CREATIVES", "ERROR_VAST_MISSING_OVERLAYS", "ERROR_VAST_MISSING_IMPRESSION", "ERROR_VAST_INVALID_VAST_AD_TAG_URI", "ERROR_VAST_MULTIPLE_TRACKING_EVENTS", "ERROR_VAST_MULTIPLE_LINEAR", "ERROR_VAST_INVALID_MEDIA_FILE", "ERROR_FIRING_BEACON_FAILED", "ERROR_PERSONALIZATION_DISABLED", "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET", "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS", "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS", "INTERSTITIAL_VOD_SUCCESS", "INTERSTITIAL_VOD_FAILURE"
|
2954
|
+
# resp.log_configuration.manifest_service_interaction_log.exclude_event_types #=> Array
|
2955
|
+
# resp.log_configuration.manifest_service_interaction_log.exclude_event_types[0] #=> String, one of "GENERATED_MANIFEST", "ORIGIN_MANIFEST", "SESSION_INITIALIZED", "TRACKING_RESPONSE", "CONFIG_SYNTAX_ERROR", "CONFIG_SECURITY_ERROR", "UNKNOWN_HOST", "TIMEOUT_ERROR", "CONNECTION_ERROR", "IO_ERROR", "UNKNOWN_ERROR", "HOST_DISALLOWED", "PARSING_ERROR", "MANIFEST_ERROR", "NO_MASTER_OR_MEDIA_PLAYLIST", "NO_MASTER_PLAYLIST", "NO_MEDIA_PLAYLIST", "INCOMPATIBLE_HLS_VERSION", "SCTE35_PARSING_ERROR", "INVALID_SINGLE_PERIOD_DASH_MANIFEST", "UNSUPPORTED_SINGLE_PERIOD_DASH_MANIFEST", "LAST_PERIOD_MISSING_AUDIO", "LAST_PERIOD_MISSING_AUDIO_WARNING", "ERROR_ORIGIN_PREFIX_INTERPOLATION", "ERROR_ADS_INTERPOLATION", "ERROR_LIVE_PRE_ROLL_ADS_INTERPOLATION", "ERROR_CDN_AD_SEGMENT_INTERPOLATION", "ERROR_CDN_CONTENT_SEGMENT_INTERPOLATION", "ERROR_SLATE_AD_URL_INTERPOLATION", "ERROR_PROFILE_NAME_INTERPOLATION", "ERROR_BUMPER_START_INTERPOLATION", "ERROR_BUMPER_END_INTERPOLATION"
|
2815
2956
|
# resp.manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
|
2816
2957
|
# resp.name #=> String
|
2817
2958
|
# resp.personalization_threshold_seconds #=> Integer
|
@@ -3504,7 +3645,7 @@ module Aws::MediaTailor
|
|
3504
3645
|
tracer: tracer
|
3505
3646
|
)
|
3506
3647
|
context[:gem_name] = 'aws-sdk-mediatailor'
|
3507
|
-
context[:gem_version] = '1.
|
3648
|
+
context[:gem_version] = '1.98.0'
|
3508
3649
|
Seahorse::Client::Request.new(handlers, context)
|
3509
3650
|
end
|
3510
3651
|
|
@@ -23,6 +23,9 @@ module Aws::MediaTailor
|
|
23
23
|
AdConditioningConfiguration = Shapes::StructureShape.new(name: 'AdConditioningConfiguration')
|
24
24
|
AdMarkerPassthrough = Shapes::StructureShape.new(name: 'AdMarkerPassthrough')
|
25
25
|
AdMarkupType = Shapes::StringShape.new(name: 'AdMarkupType')
|
26
|
+
AdsInteractionExcludeEventType = Shapes::StringShape.new(name: 'AdsInteractionExcludeEventType')
|
27
|
+
AdsInteractionLog = Shapes::StructureShape.new(name: 'AdsInteractionLog')
|
28
|
+
AdsInteractionPublishOptInEventType = Shapes::StringShape.new(name: 'AdsInteractionPublishOptInEventType')
|
26
29
|
Alert = Shapes::StructureShape.new(name: 'Alert')
|
27
30
|
AlertCategory = Shapes::StringShape.new(name: 'AlertCategory')
|
28
31
|
AlternateMedia = Shapes::StructureShape.new(name: 'AlternateMedia')
|
@@ -109,6 +112,7 @@ module Aws::MediaTailor
|
|
109
112
|
ListLiveSourcesResponse = Shapes::StructureShape.new(name: 'ListLiveSourcesResponse')
|
110
113
|
ListPlaybackConfigurationsRequest = Shapes::StructureShape.new(name: 'ListPlaybackConfigurationsRequest')
|
111
114
|
ListPlaybackConfigurationsResponse = Shapes::StructureShape.new(name: 'ListPlaybackConfigurationsResponse')
|
115
|
+
ListPrefetchScheduleType = Shapes::StringShape.new(name: 'ListPrefetchScheduleType')
|
112
116
|
ListPrefetchSchedulesRequest = Shapes::StructureShape.new(name: 'ListPrefetchSchedulesRequest')
|
113
117
|
ListPrefetchSchedulesResponse = Shapes::StructureShape.new(name: 'ListPrefetchSchedulesResponse')
|
114
118
|
ListSourceLocationsRequest = Shapes::StructureShape.new(name: 'ListSourceLocationsRequest')
|
@@ -126,6 +130,8 @@ module Aws::MediaTailor
|
|
126
130
|
LoggingStrategy = Shapes::StringShape.new(name: 'LoggingStrategy')
|
127
131
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
128
132
|
ManifestProcessingRules = Shapes::StructureShape.new(name: 'ManifestProcessingRules')
|
133
|
+
ManifestServiceExcludeEventType = Shapes::StringShape.new(name: 'ManifestServiceExcludeEventType')
|
134
|
+
ManifestServiceInteractionLog = Shapes::StructureShape.new(name: 'ManifestServiceInteractionLog')
|
129
135
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
130
136
|
MessageType = Shapes::StringShape.new(name: 'MessageType')
|
131
137
|
Mode = Shapes::StringShape.new(name: 'Mode')
|
@@ -136,10 +142,14 @@ module Aws::MediaTailor
|
|
136
142
|
PrefetchConsumption = Shapes::StructureShape.new(name: 'PrefetchConsumption')
|
137
143
|
PrefetchRetrieval = Shapes::StructureShape.new(name: 'PrefetchRetrieval')
|
138
144
|
PrefetchSchedule = Shapes::StructureShape.new(name: 'PrefetchSchedule')
|
145
|
+
PrefetchScheduleType = Shapes::StringShape.new(name: 'PrefetchScheduleType')
|
139
146
|
PutChannelPolicyRequest = Shapes::StructureShape.new(name: 'PutChannelPolicyRequest')
|
140
147
|
PutChannelPolicyResponse = Shapes::StructureShape.new(name: 'PutChannelPolicyResponse')
|
141
148
|
PutPlaybackConfigurationRequest = Shapes::StructureShape.new(name: 'PutPlaybackConfigurationRequest')
|
142
149
|
PutPlaybackConfigurationResponse = Shapes::StructureShape.new(name: 'PutPlaybackConfigurationResponse')
|
150
|
+
RecurringConsumption = Shapes::StructureShape.new(name: 'RecurringConsumption')
|
151
|
+
RecurringPrefetchConfiguration = Shapes::StructureShape.new(name: 'RecurringPrefetchConfiguration')
|
152
|
+
RecurringRetrieval = Shapes::StructureShape.new(name: 'RecurringRetrieval')
|
143
153
|
RelativePosition = Shapes::StringShape.new(name: 'RelativePosition')
|
144
154
|
RequestOutputItem = Shapes::StructureShape.new(name: 'RequestOutputItem')
|
145
155
|
RequestOutputs = Shapes::ListShape.new(name: 'RequestOutputs')
|
@@ -166,6 +176,8 @@ module Aws::MediaTailor
|
|
166
176
|
Tier = Shapes::StringShape.new(name: 'Tier')
|
167
177
|
TimeShiftConfiguration = Shapes::StructureShape.new(name: 'TimeShiftConfiguration')
|
168
178
|
TimeSignalMessage = Shapes::StructureShape.new(name: 'TimeSignalMessage')
|
179
|
+
TrafficShapingRetrievalWindow = Shapes::StructureShape.new(name: 'TrafficShapingRetrievalWindow')
|
180
|
+
TrafficShapingType = Shapes::StringShape.new(name: 'TrafficShapingType')
|
169
181
|
Transition = Shapes::StructureShape.new(name: 'Transition')
|
170
182
|
Type = Shapes::StringShape.new(name: 'Type')
|
171
183
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
@@ -182,6 +194,8 @@ module Aws::MediaTailor
|
|
182
194
|
UpdateVodSourceRequest = Shapes::StructureShape.new(name: 'UpdateVodSourceRequest')
|
183
195
|
UpdateVodSourceResponse = Shapes::StructureShape.new(name: 'UpdateVodSourceResponse')
|
184
196
|
VodSource = Shapes::StructureShape.new(name: 'VodSource')
|
197
|
+
__adsInteractionExcludeEventTypesList = Shapes::ListShape.new(name: '__adsInteractionExcludeEventTypesList')
|
198
|
+
__adsInteractionPublishOptInEventTypesList = Shapes::ListShape.new(name: '__adsInteractionPublishOptInEventTypesList')
|
185
199
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
186
200
|
__integer = Shapes::IntegerShape.new(name: '__integer')
|
187
201
|
__integerMin1 = Shapes::IntegerShape.new(name: '__integerMin1')
|
@@ -203,6 +217,7 @@ module Aws::MediaTailor
|
|
203
217
|
__listOfVodSource = Shapes::ListShape.new(name: '__listOfVodSource')
|
204
218
|
__listOf__string = Shapes::ListShape.new(name: '__listOf__string')
|
205
219
|
__long = Shapes::IntegerShape.new(name: '__long')
|
220
|
+
__manifestServiceExcludeEventTypesList = Shapes::ListShape.new(name: '__manifestServiceExcludeEventTypesList')
|
206
221
|
__mapOf__string = Shapes::MapShape.new(name: '__mapOf__string')
|
207
222
|
__string = Shapes::StringShape.new(name: '__string')
|
208
223
|
__timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
|
@@ -233,6 +248,10 @@ module Aws::MediaTailor
|
|
233
248
|
AdMarkerPassthrough.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "Enabled"))
|
234
249
|
AdMarkerPassthrough.struct_class = Types::AdMarkerPassthrough
|
235
250
|
|
251
|
+
AdsInteractionLog.add_member(:publish_opt_in_event_types, Shapes::ShapeRef.new(shape: __adsInteractionPublishOptInEventTypesList, location_name: "PublishOptInEventTypes"))
|
252
|
+
AdsInteractionLog.add_member(:exclude_event_types, Shapes::ShapeRef.new(shape: __adsInteractionExcludeEventTypesList, location_name: "ExcludeEventTypes"))
|
253
|
+
AdsInteractionLog.struct_class = Types::AdsInteractionLog
|
254
|
+
|
236
255
|
Alert.add_member(:alert_code, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "AlertCode"))
|
237
256
|
Alert.add_member(:alert_message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "AlertMessage"))
|
238
257
|
Alert.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: __timestampUnix, required: true, location_name: "LastModifiedTime"))
|
@@ -311,11 +330,15 @@ module Aws::MediaTailor
|
|
311
330
|
ConfigureLogsForPlaybackConfigurationRequest.add_member(:percent_enabled, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "PercentEnabled"))
|
312
331
|
ConfigureLogsForPlaybackConfigurationRequest.add_member(:playback_configuration_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "PlaybackConfigurationName"))
|
313
332
|
ConfigureLogsForPlaybackConfigurationRequest.add_member(:enabled_logging_strategies, Shapes::ShapeRef.new(shape: __listOfLoggingStrategies, location_name: "EnabledLoggingStrategies"))
|
333
|
+
ConfigureLogsForPlaybackConfigurationRequest.add_member(:ads_interaction_log, Shapes::ShapeRef.new(shape: AdsInteractionLog, location_name: "AdsInteractionLog"))
|
334
|
+
ConfigureLogsForPlaybackConfigurationRequest.add_member(:manifest_service_interaction_log, Shapes::ShapeRef.new(shape: ManifestServiceInteractionLog, location_name: "ManifestServiceInteractionLog"))
|
314
335
|
ConfigureLogsForPlaybackConfigurationRequest.struct_class = Types::ConfigureLogsForPlaybackConfigurationRequest
|
315
336
|
|
316
337
|
ConfigureLogsForPlaybackConfigurationResponse.add_member(:percent_enabled, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "PercentEnabled"))
|
317
338
|
ConfigureLogsForPlaybackConfigurationResponse.add_member(:playback_configuration_name, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationName"))
|
318
339
|
ConfigureLogsForPlaybackConfigurationResponse.add_member(:enabled_logging_strategies, Shapes::ShapeRef.new(shape: __listOfLoggingStrategies, location_name: "EnabledLoggingStrategies"))
|
340
|
+
ConfigureLogsForPlaybackConfigurationResponse.add_member(:ads_interaction_log, Shapes::ShapeRef.new(shape: AdsInteractionLog, location_name: "AdsInteractionLog"))
|
341
|
+
ConfigureLogsForPlaybackConfigurationResponse.add_member(:manifest_service_interaction_log, Shapes::ShapeRef.new(shape: ManifestServiceInteractionLog, location_name: "ManifestServiceInteractionLog"))
|
319
342
|
ConfigureLogsForPlaybackConfigurationResponse.struct_class = Types::ConfigureLogsForPlaybackConfigurationResponse
|
320
343
|
|
321
344
|
CreateChannelRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ChannelName"))
|
@@ -357,10 +380,12 @@ module Aws::MediaTailor
|
|
357
380
|
CreateLiveSourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
|
358
381
|
CreateLiveSourceResponse.struct_class = Types::CreateLiveSourceResponse
|
359
382
|
|
360
|
-
CreatePrefetchScheduleRequest.add_member(:consumption, Shapes::ShapeRef.new(shape: PrefetchConsumption,
|
383
|
+
CreatePrefetchScheduleRequest.add_member(:consumption, Shapes::ShapeRef.new(shape: PrefetchConsumption, location_name: "Consumption"))
|
361
384
|
CreatePrefetchScheduleRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "Name"))
|
362
385
|
CreatePrefetchScheduleRequest.add_member(:playback_configuration_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "PlaybackConfigurationName"))
|
363
|
-
CreatePrefetchScheduleRequest.add_member(:retrieval, Shapes::ShapeRef.new(shape: PrefetchRetrieval,
|
386
|
+
CreatePrefetchScheduleRequest.add_member(:retrieval, Shapes::ShapeRef.new(shape: PrefetchRetrieval, location_name: "Retrieval"))
|
387
|
+
CreatePrefetchScheduleRequest.add_member(:recurring_prefetch_configuration, Shapes::ShapeRef.new(shape: RecurringPrefetchConfiguration, location_name: "RecurringPrefetchConfiguration"))
|
388
|
+
CreatePrefetchScheduleRequest.add_member(:schedule_type, Shapes::ShapeRef.new(shape: PrefetchScheduleType, location_name: "ScheduleType"))
|
364
389
|
CreatePrefetchScheduleRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "StreamId"))
|
365
390
|
CreatePrefetchScheduleRequest.struct_class = Types::CreatePrefetchScheduleRequest
|
366
391
|
|
@@ -369,6 +394,8 @@ module Aws::MediaTailor
|
|
369
394
|
CreatePrefetchScheduleResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
370
395
|
CreatePrefetchScheduleResponse.add_member(:playback_configuration_name, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationName"))
|
371
396
|
CreatePrefetchScheduleResponse.add_member(:retrieval, Shapes::ShapeRef.new(shape: PrefetchRetrieval, location_name: "Retrieval"))
|
397
|
+
CreatePrefetchScheduleResponse.add_member(:recurring_prefetch_configuration, Shapes::ShapeRef.new(shape: RecurringPrefetchConfiguration, location_name: "RecurringPrefetchConfiguration"))
|
398
|
+
CreatePrefetchScheduleResponse.add_member(:schedule_type, Shapes::ShapeRef.new(shape: PrefetchScheduleType, location_name: "ScheduleType"))
|
372
399
|
CreatePrefetchScheduleResponse.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "StreamId"))
|
373
400
|
CreatePrefetchScheduleResponse.struct_class = Types::CreatePrefetchScheduleResponse
|
374
401
|
|
@@ -621,6 +648,8 @@ module Aws::MediaTailor
|
|
621
648
|
GetPrefetchScheduleResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
|
622
649
|
GetPrefetchScheduleResponse.add_member(:playback_configuration_name, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationName"))
|
623
650
|
GetPrefetchScheduleResponse.add_member(:retrieval, Shapes::ShapeRef.new(shape: PrefetchRetrieval, location_name: "Retrieval"))
|
651
|
+
GetPrefetchScheduleResponse.add_member(:schedule_type, Shapes::ShapeRef.new(shape: PrefetchScheduleType, location_name: "ScheduleType"))
|
652
|
+
GetPrefetchScheduleResponse.add_member(:recurring_prefetch_configuration, Shapes::ShapeRef.new(shape: RecurringPrefetchConfiguration, location_name: "RecurringPrefetchConfiguration"))
|
624
653
|
GetPrefetchScheduleResponse.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "StreamId"))
|
625
654
|
GetPrefetchScheduleResponse.struct_class = Types::GetPrefetchScheduleResponse
|
626
655
|
|
@@ -682,6 +711,7 @@ module Aws::MediaTailor
|
|
682
711
|
ListPrefetchSchedulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "MaxResults"))
|
683
712
|
ListPrefetchSchedulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
684
713
|
ListPrefetchSchedulesRequest.add_member(:playback_configuration_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "PlaybackConfigurationName"))
|
714
|
+
ListPrefetchSchedulesRequest.add_member(:schedule_type, Shapes::ShapeRef.new(shape: ListPrefetchScheduleType, location_name: "ScheduleType"))
|
685
715
|
ListPrefetchSchedulesRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "StreamId"))
|
686
716
|
ListPrefetchSchedulesRequest.struct_class = Types::ListPrefetchSchedulesRequest
|
687
717
|
|
@@ -727,6 +757,8 @@ module Aws::MediaTailor
|
|
727
757
|
|
728
758
|
LogConfiguration.add_member(:percent_enabled, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "PercentEnabled"))
|
729
759
|
LogConfiguration.add_member(:enabled_logging_strategies, Shapes::ShapeRef.new(shape: __listOfLoggingStrategies, location_name: "EnabledLoggingStrategies"))
|
760
|
+
LogConfiguration.add_member(:ads_interaction_log, Shapes::ShapeRef.new(shape: AdsInteractionLog, location_name: "AdsInteractionLog"))
|
761
|
+
LogConfiguration.add_member(:manifest_service_interaction_log, Shapes::ShapeRef.new(shape: ManifestServiceInteractionLog, location_name: "ManifestServiceInteractionLog"))
|
730
762
|
LogConfiguration.struct_class = Types::LogConfiguration
|
731
763
|
|
732
764
|
LogConfigurationForChannel.add_member(:log_types, Shapes::ShapeRef.new(shape: LogTypes, location_name: "LogTypes"))
|
@@ -737,6 +769,9 @@ module Aws::MediaTailor
|
|
737
769
|
ManifestProcessingRules.add_member(:ad_marker_passthrough, Shapes::ShapeRef.new(shape: AdMarkerPassthrough, location_name: "AdMarkerPassthrough"))
|
738
770
|
ManifestProcessingRules.struct_class = Types::ManifestProcessingRules
|
739
771
|
|
772
|
+
ManifestServiceInteractionLog.add_member(:exclude_event_types, Shapes::ShapeRef.new(shape: __manifestServiceExcludeEventTypesList, location_name: "ExcludeEventTypes"))
|
773
|
+
ManifestServiceInteractionLog.struct_class = Types::ManifestServiceInteractionLog
|
774
|
+
|
740
775
|
PlaybackConfiguration.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
|
741
776
|
PlaybackConfiguration.add_member(:avail_suppression, Shapes::ShapeRef.new(shape: AvailSuppression, location_name: "AvailSuppression"))
|
742
777
|
PlaybackConfiguration.add_member(:bumper, Shapes::ShapeRef.new(shape: Bumper, location_name: "Bumper"))
|
@@ -768,13 +803,17 @@ module Aws::MediaTailor
|
|
768
803
|
PrefetchRetrieval.add_member(:dynamic_variables, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "DynamicVariables"))
|
769
804
|
PrefetchRetrieval.add_member(:end_time, Shapes::ShapeRef.new(shape: __timestampUnix, required: true, location_name: "EndTime"))
|
770
805
|
PrefetchRetrieval.add_member(:start_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "StartTime"))
|
806
|
+
PrefetchRetrieval.add_member(:traffic_shaping_type, Shapes::ShapeRef.new(shape: TrafficShapingType, location_name: "TrafficShapingType"))
|
807
|
+
PrefetchRetrieval.add_member(:traffic_shaping_retrieval_window, Shapes::ShapeRef.new(shape: TrafficShapingRetrievalWindow, location_name: "TrafficShapingRetrievalWindow"))
|
771
808
|
PrefetchRetrieval.struct_class = Types::PrefetchRetrieval
|
772
809
|
|
773
810
|
PrefetchSchedule.add_member(:arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Arn"))
|
774
|
-
PrefetchSchedule.add_member(:consumption, Shapes::ShapeRef.new(shape: PrefetchConsumption,
|
811
|
+
PrefetchSchedule.add_member(:consumption, Shapes::ShapeRef.new(shape: PrefetchConsumption, location_name: "Consumption"))
|
775
812
|
PrefetchSchedule.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Name"))
|
776
813
|
PrefetchSchedule.add_member(:playback_configuration_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "PlaybackConfigurationName"))
|
777
|
-
PrefetchSchedule.add_member(:retrieval, Shapes::ShapeRef.new(shape: PrefetchRetrieval,
|
814
|
+
PrefetchSchedule.add_member(:retrieval, Shapes::ShapeRef.new(shape: PrefetchRetrieval, location_name: "Retrieval"))
|
815
|
+
PrefetchSchedule.add_member(:schedule_type, Shapes::ShapeRef.new(shape: PrefetchScheduleType, location_name: "ScheduleType"))
|
816
|
+
PrefetchSchedule.add_member(:recurring_prefetch_configuration, Shapes::ShapeRef.new(shape: RecurringPrefetchConfiguration, location_name: "RecurringPrefetchConfiguration"))
|
778
817
|
PrefetchSchedule.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "StreamId"))
|
779
818
|
PrefetchSchedule.struct_class = Types::PrefetchSchedule
|
780
819
|
|
@@ -825,6 +864,22 @@ module Aws::MediaTailor
|
|
825
864
|
PutPlaybackConfigurationResponse.add_member(:ad_conditioning_configuration, Shapes::ShapeRef.new(shape: AdConditioningConfiguration, location_name: "AdConditioningConfiguration"))
|
826
865
|
PutPlaybackConfigurationResponse.struct_class = Types::PutPlaybackConfigurationResponse
|
827
866
|
|
867
|
+
RecurringConsumption.add_member(:retrieved_ad_expiration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "RetrievedAdExpirationSeconds"))
|
868
|
+
RecurringConsumption.add_member(:avail_matching_criteria, Shapes::ShapeRef.new(shape: __listOfAvailMatchingCriteria, location_name: "AvailMatchingCriteria"))
|
869
|
+
RecurringConsumption.struct_class = Types::RecurringConsumption
|
870
|
+
|
871
|
+
RecurringPrefetchConfiguration.add_member(:start_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "StartTime"))
|
872
|
+
RecurringPrefetchConfiguration.add_member(:end_time, Shapes::ShapeRef.new(shape: __timestampUnix, required: true, location_name: "EndTime"))
|
873
|
+
RecurringPrefetchConfiguration.add_member(:recurring_consumption, Shapes::ShapeRef.new(shape: RecurringConsumption, required: true, location_name: "RecurringConsumption"))
|
874
|
+
RecurringPrefetchConfiguration.add_member(:recurring_retrieval, Shapes::ShapeRef.new(shape: RecurringRetrieval, required: true, location_name: "RecurringRetrieval"))
|
875
|
+
RecurringPrefetchConfiguration.struct_class = Types::RecurringPrefetchConfiguration
|
876
|
+
|
877
|
+
RecurringRetrieval.add_member(:dynamic_variables, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "DynamicVariables"))
|
878
|
+
RecurringRetrieval.add_member(:delay_after_avail_end_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "DelayAfterAvailEndSeconds"))
|
879
|
+
RecurringRetrieval.add_member(:traffic_shaping_type, Shapes::ShapeRef.new(shape: TrafficShapingType, location_name: "TrafficShapingType"))
|
880
|
+
RecurringRetrieval.add_member(:traffic_shaping_retrieval_window, Shapes::ShapeRef.new(shape: TrafficShapingRetrievalWindow, location_name: "TrafficShapingRetrievalWindow"))
|
881
|
+
RecurringRetrieval.struct_class = Types::RecurringRetrieval
|
882
|
+
|
828
883
|
RequestOutputItem.add_member(:dash_playlist_settings, Shapes::ShapeRef.new(shape: DashPlaylistSettings, location_name: "DashPlaylistSettings"))
|
829
884
|
RequestOutputItem.add_member(:hls_playlist_settings, Shapes::ShapeRef.new(shape: HlsPlaylistSettings, location_name: "HlsPlaylistSettings"))
|
830
885
|
RequestOutputItem.add_member(:manifest_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ManifestName"))
|
@@ -927,6 +982,9 @@ module Aws::MediaTailor
|
|
927
982
|
TimeSignalMessage.add_member(:segmentation_descriptors, Shapes::ShapeRef.new(shape: SegmentationDescriptorList, location_name: "SegmentationDescriptors"))
|
928
983
|
TimeSignalMessage.struct_class = Types::TimeSignalMessage
|
929
984
|
|
985
|
+
TrafficShapingRetrievalWindow.add_member(:retrieval_window_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "RetrievalWindowDurationSeconds"))
|
986
|
+
TrafficShapingRetrievalWindow.struct_class = Types::TrafficShapingRetrievalWindow
|
987
|
+
|
930
988
|
Transition.add_member(:duration_millis, Shapes::ShapeRef.new(shape: __long, location_name: "DurationMillis"))
|
931
989
|
Transition.add_member(:relative_position, Shapes::ShapeRef.new(shape: RelativePosition, required: true, location_name: "RelativePosition"))
|
932
990
|
Transition.add_member(:relative_program, Shapes::ShapeRef.new(shape: __string, location_name: "RelativeProgram"))
|
@@ -1043,6 +1101,10 @@ module Aws::MediaTailor
|
|
1043
1101
|
VodSource.add_member(:vod_source_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "VodSourceName"))
|
1044
1102
|
VodSource.struct_class = Types::VodSource
|
1045
1103
|
|
1104
|
+
__adsInteractionExcludeEventTypesList.member = Shapes::ShapeRef.new(shape: AdsInteractionExcludeEventType)
|
1105
|
+
|
1106
|
+
__adsInteractionPublishOptInEventTypesList.member = Shapes::ShapeRef.new(shape: AdsInteractionPublishOptInEventType)
|
1107
|
+
|
1046
1108
|
__listOfAdBreak.member = Shapes::ShapeRef.new(shape: AdBreak)
|
1047
1109
|
|
1048
1110
|
__listOfAlert.member = Shapes::ShapeRef.new(shape: Alert)
|
@@ -1075,6 +1137,8 @@ module Aws::MediaTailor
|
|
1075
1137
|
|
1076
1138
|
__listOf__string.member = Shapes::ShapeRef.new(shape: __string)
|
1077
1139
|
|
1140
|
+
__manifestServiceExcludeEventTypesList.member = Shapes::ShapeRef.new(shape: ManifestServiceExcludeEventType)
|
1141
|
+
|
1078
1142
|
__mapOf__string.key = Shapes::ShapeRef.new(shape: __string)
|
1079
1143
|
__mapOf__string.value = Shapes::ShapeRef.new(shape: __string)
|
1080
1144
|
|