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
data/sig/types.rbs
CHANGED
@@ -39,6 +39,12 @@ module Aws::MediaTailor
|
|
39
39
|
SENSITIVE: []
|
40
40
|
end
|
41
41
|
|
42
|
+
class AdsInteractionLog
|
43
|
+
attr_accessor publish_opt_in_event_types: ::Array[("RAW_ADS_RESPONSE")]
|
44
|
+
attr_accessor exclude_event_types: ::Array[("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")]
|
45
|
+
SENSITIVE: []
|
46
|
+
end
|
47
|
+
|
42
48
|
class Alert
|
43
49
|
attr_accessor alert_code: ::String
|
44
50
|
attr_accessor alert_message: ::String
|
@@ -134,6 +140,8 @@ module Aws::MediaTailor
|
|
134
140
|
attr_accessor percent_enabled: ::Integer
|
135
141
|
attr_accessor playback_configuration_name: ::String
|
136
142
|
attr_accessor enabled_logging_strategies: ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
|
143
|
+
attr_accessor ads_interaction_log: Types::AdsInteractionLog
|
144
|
+
attr_accessor manifest_service_interaction_log: Types::ManifestServiceInteractionLog
|
137
145
|
SENSITIVE: []
|
138
146
|
end
|
139
147
|
|
@@ -141,6 +149,8 @@ module Aws::MediaTailor
|
|
141
149
|
attr_accessor percent_enabled: ::Integer
|
142
150
|
attr_accessor playback_configuration_name: ::String
|
143
151
|
attr_accessor enabled_logging_strategies: ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
|
152
|
+
attr_accessor ads_interaction_log: Types::AdsInteractionLog
|
153
|
+
attr_accessor manifest_service_interaction_log: Types::ManifestServiceInteractionLog
|
144
154
|
SENSITIVE: []
|
145
155
|
end
|
146
156
|
|
@@ -196,6 +206,8 @@ module Aws::MediaTailor
|
|
196
206
|
attr_accessor name: ::String
|
197
207
|
attr_accessor playback_configuration_name: ::String
|
198
208
|
attr_accessor retrieval: Types::PrefetchRetrieval
|
209
|
+
attr_accessor recurring_prefetch_configuration: Types::RecurringPrefetchConfiguration
|
210
|
+
attr_accessor schedule_type: ("SINGLE" | "RECURRING")
|
199
211
|
attr_accessor stream_id: ::String
|
200
212
|
SENSITIVE: []
|
201
213
|
end
|
@@ -206,6 +218,8 @@ module Aws::MediaTailor
|
|
206
218
|
attr_accessor name: ::String
|
207
219
|
attr_accessor playback_configuration_name: ::String
|
208
220
|
attr_accessor retrieval: Types::PrefetchRetrieval
|
221
|
+
attr_accessor recurring_prefetch_configuration: Types::RecurringPrefetchConfiguration
|
222
|
+
attr_accessor schedule_type: ("SINGLE" | "RECURRING")
|
209
223
|
attr_accessor stream_id: ::String
|
210
224
|
SENSITIVE: []
|
211
225
|
end
|
@@ -538,6 +552,8 @@ module Aws::MediaTailor
|
|
538
552
|
attr_accessor name: ::String
|
539
553
|
attr_accessor playback_configuration_name: ::String
|
540
554
|
attr_accessor retrieval: Types::PrefetchRetrieval
|
555
|
+
attr_accessor schedule_type: ("SINGLE" | "RECURRING")
|
556
|
+
attr_accessor recurring_prefetch_configuration: Types::RecurringPrefetchConfiguration
|
541
557
|
attr_accessor stream_id: ::String
|
542
558
|
SENSITIVE: []
|
543
559
|
end
|
@@ -625,6 +641,7 @@ module Aws::MediaTailor
|
|
625
641
|
attr_accessor max_results: ::Integer
|
626
642
|
attr_accessor next_token: ::String
|
627
643
|
attr_accessor playback_configuration_name: ::String
|
644
|
+
attr_accessor schedule_type: ("SINGLE" | "RECURRING" | "ALL")
|
628
645
|
attr_accessor stream_id: ::String
|
629
646
|
SENSITIVE: []
|
630
647
|
end
|
@@ -690,6 +707,8 @@ module Aws::MediaTailor
|
|
690
707
|
class LogConfiguration
|
691
708
|
attr_accessor percent_enabled: ::Integer
|
692
709
|
attr_accessor enabled_logging_strategies: ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
|
710
|
+
attr_accessor ads_interaction_log: Types::AdsInteractionLog
|
711
|
+
attr_accessor manifest_service_interaction_log: Types::ManifestServiceInteractionLog
|
693
712
|
SENSITIVE: []
|
694
713
|
end
|
695
714
|
|
@@ -703,6 +722,11 @@ module Aws::MediaTailor
|
|
703
722
|
SENSITIVE: []
|
704
723
|
end
|
705
724
|
|
725
|
+
class ManifestServiceInteractionLog
|
726
|
+
attr_accessor exclude_event_types: ::Array[("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")]
|
727
|
+
SENSITIVE: []
|
728
|
+
end
|
729
|
+
|
706
730
|
class PlaybackConfiguration
|
707
731
|
attr_accessor ad_decision_server_url: ::String
|
708
732
|
attr_accessor avail_suppression: Types::AvailSuppression
|
@@ -739,6 +763,8 @@ module Aws::MediaTailor
|
|
739
763
|
attr_accessor dynamic_variables: ::Hash[::String, ::String]
|
740
764
|
attr_accessor end_time: ::Time
|
741
765
|
attr_accessor start_time: ::Time
|
766
|
+
attr_accessor traffic_shaping_type: ("RETRIEVAL_WINDOW")
|
767
|
+
attr_accessor traffic_shaping_retrieval_window: Types::TrafficShapingRetrievalWindow
|
742
768
|
SENSITIVE: []
|
743
769
|
end
|
744
770
|
|
@@ -748,6 +774,8 @@ module Aws::MediaTailor
|
|
748
774
|
attr_accessor name: ::String
|
749
775
|
attr_accessor playback_configuration_name: ::String
|
750
776
|
attr_accessor retrieval: Types::PrefetchRetrieval
|
777
|
+
attr_accessor schedule_type: ("SINGLE" | "RECURRING")
|
778
|
+
attr_accessor recurring_prefetch_configuration: Types::RecurringPrefetchConfiguration
|
751
779
|
attr_accessor stream_id: ::String
|
752
780
|
SENSITIVE: []
|
753
781
|
end
|
@@ -806,6 +834,28 @@ module Aws::MediaTailor
|
|
806
834
|
SENSITIVE: []
|
807
835
|
end
|
808
836
|
|
837
|
+
class RecurringConsumption
|
838
|
+
attr_accessor retrieved_ad_expiration_seconds: ::Integer
|
839
|
+
attr_accessor avail_matching_criteria: ::Array[Types::AvailMatchingCriteria]
|
840
|
+
SENSITIVE: []
|
841
|
+
end
|
842
|
+
|
843
|
+
class RecurringPrefetchConfiguration
|
844
|
+
attr_accessor start_time: ::Time
|
845
|
+
attr_accessor end_time: ::Time
|
846
|
+
attr_accessor recurring_consumption: Types::RecurringConsumption
|
847
|
+
attr_accessor recurring_retrieval: Types::RecurringRetrieval
|
848
|
+
SENSITIVE: []
|
849
|
+
end
|
850
|
+
|
851
|
+
class RecurringRetrieval
|
852
|
+
attr_accessor dynamic_variables: ::Hash[::String, ::String]
|
853
|
+
attr_accessor delay_after_avail_end_seconds: ::Integer
|
854
|
+
attr_accessor traffic_shaping_type: ("RETRIEVAL_WINDOW")
|
855
|
+
attr_accessor traffic_shaping_retrieval_window: Types::TrafficShapingRetrievalWindow
|
856
|
+
SENSITIVE: []
|
857
|
+
end
|
858
|
+
|
809
859
|
class RequestOutputItem
|
810
860
|
attr_accessor dash_playlist_settings: Types::DashPlaylistSettings
|
811
861
|
attr_accessor hls_playlist_settings: Types::HlsPlaylistSettings
|
@@ -936,6 +986,11 @@ module Aws::MediaTailor
|
|
936
986
|
SENSITIVE: []
|
937
987
|
end
|
938
988
|
|
989
|
+
class TrafficShapingRetrievalWindow
|
990
|
+
attr_accessor retrieval_window_duration_seconds: ::Integer
|
991
|
+
SENSITIVE: []
|
992
|
+
end
|
993
|
+
|
939
994
|
class Transition
|
940
995
|
attr_accessor duration_millis: ::Integer
|
941
996
|
attr_accessor relative_position: ("BEFORE_PROGRAM" | "AFTER_PROGRAM")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediatailor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.98.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|