aws-sdk-mediatailor 1.93.0 → 1.94.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediatailor/client.rb +29 -2
- data/lib/aws-sdk-mediatailor/client_api.rb +7 -0
- data/lib/aws-sdk-mediatailor/types.rb +56 -14
- data/lib/aws-sdk-mediatailor.rb +1 -1
- data/sig/client.rbs +3 -1
- data/sig/types.rbs +3 -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: bb9fa81ed846f44a3357cf1eb96a80ae900eb870d839e62d32a8dc2020c10546
|
4
|
+
data.tar.gz: 19187376d58469fb956726a8bdac08498ac59f5d512b7a2efc3fb178957ef8e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93f56c9f8c18b8a14bd19a91be9614e3624ed44d87f81229cf5ea0dfa54e3f3bb1f879dd88aa55356351ac077db28a4c8aa34471e6ea20af373c77d662c38b65
|
7
|
+
data.tar.gz: 2eb1abb98e52ee985677fdb092ea7a5ee6fef7f4737f465c212555ecad425701c96bc58ed4540a02d40e13dd71b0d146d42ea7ec9ce0675c37aaae07040ade74
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.94.0 (2025-02-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add support for CloudWatch Vended Logs which allows for delivery of customer logs to CloudWatch Logs, S3, or Firehose.
|
8
|
+
|
4
9
|
1.93.0 (2025-01-30)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.94.0
|
@@ -526,22 +526,42 @@ module Aws::MediaTailor
|
|
526
526
|
# @option params [required, String] :playback_configuration_name
|
527
527
|
# The name of the playback configuration.
|
528
528
|
#
|
529
|
+
# @option params [Array<String>] :enabled_logging_strategies
|
530
|
+
# The method used for collecting logs from AWS Elemental MediaTailor. To
|
531
|
+
# configure MediaTailor to send logs directly to Amazon CloudWatch Logs,
|
532
|
+
# choose `LEGACY_CLOUDWATCH`. To configure MediaTailor to send logs to
|
533
|
+
# CloudWatch, which then vends the logs to your destination of choice,
|
534
|
+
# choose `VENDED_LOGS`. Supported destinations are CloudWatch Logs log
|
535
|
+
# group, Amazon S3 bucket, and Amazon Data Firehose stream.
|
536
|
+
#
|
537
|
+
# To use vended logs, you must configure the delivery destination in
|
538
|
+
# Amazon CloudWatch, as described in [Enable logging from AWS services,
|
539
|
+
# Logging that requires additional permissions \[V2\]][1].
|
540
|
+
#
|
541
|
+
#
|
542
|
+
#
|
543
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AWS-logs-and-resource-policy.html#AWS-vended-logs-permissions-V2
|
544
|
+
#
|
529
545
|
# @return [Types::ConfigureLogsForPlaybackConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
530
546
|
#
|
531
547
|
# * {Types::ConfigureLogsForPlaybackConfigurationResponse#percent_enabled #percent_enabled} => Integer
|
532
548
|
# * {Types::ConfigureLogsForPlaybackConfigurationResponse#playback_configuration_name #playback_configuration_name} => String
|
549
|
+
# * {Types::ConfigureLogsForPlaybackConfigurationResponse#enabled_logging_strategies #enabled_logging_strategies} => Array<String>
|
533
550
|
#
|
534
551
|
# @example Request syntax with placeholder values
|
535
552
|
#
|
536
553
|
# resp = client.configure_logs_for_playback_configuration({
|
537
554
|
# percent_enabled: 1, # required
|
538
555
|
# playback_configuration_name: "__string", # required
|
556
|
+
# enabled_logging_strategies: ["VENDED_LOGS"], # accepts VENDED_LOGS, LEGACY_CLOUDWATCH
|
539
557
|
# })
|
540
558
|
#
|
541
559
|
# @example Response structure
|
542
560
|
#
|
543
561
|
# resp.percent_enabled #=> Integer
|
544
562
|
# resp.playback_configuration_name #=> String
|
563
|
+
# resp.enabled_logging_strategies #=> Array
|
564
|
+
# resp.enabled_logging_strategies[0] #=> String, one of "VENDED_LOGS", "LEGACY_CLOUDWATCH"
|
545
565
|
#
|
546
566
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ConfigureLogsForPlaybackConfiguration AWS API Documentation
|
547
567
|
#
|
@@ -1991,6 +2011,8 @@ module Aws::MediaTailor
|
|
1991
2011
|
# resp.live_pre_roll_configuration.ad_decision_server_url #=> String
|
1992
2012
|
# resp.live_pre_roll_configuration.max_duration_seconds #=> Integer
|
1993
2013
|
# resp.log_configuration.percent_enabled #=> Integer
|
2014
|
+
# resp.log_configuration.enabled_logging_strategies #=> Array
|
2015
|
+
# resp.log_configuration.enabled_logging_strategies[0] #=> String, one of "VENDED_LOGS", "LEGACY_CLOUDWATCH"
|
1994
2016
|
# resp.manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
|
1995
2017
|
# resp.name #=> String
|
1996
2018
|
# resp.personalization_threshold_seconds #=> Integer
|
@@ -2305,6 +2327,8 @@ module Aws::MediaTailor
|
|
2305
2327
|
# resp.items[0].live_pre_roll_configuration.ad_decision_server_url #=> String
|
2306
2328
|
# resp.items[0].live_pre_roll_configuration.max_duration_seconds #=> Integer
|
2307
2329
|
# resp.items[0].log_configuration.percent_enabled #=> Integer
|
2330
|
+
# resp.items[0].log_configuration.enabled_logging_strategies #=> Array
|
2331
|
+
# resp.items[0].log_configuration.enabled_logging_strategies[0] #=> String, one of "VENDED_LOGS", "LEGACY_CLOUDWATCH"
|
2308
2332
|
# resp.items[0].manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
|
2309
2333
|
# resp.items[0].name #=> String
|
2310
2334
|
# resp.items[0].personalization_threshold_seconds #=> Integer
|
@@ -2689,7 +2713,8 @@ module Aws::MediaTailor
|
|
2689
2713
|
#
|
2690
2714
|
# @option params [Types::AdConditioningConfiguration] :ad_conditioning_configuration
|
2691
2715
|
# The setting that indicates what conditioning MediaTailor will perform
|
2692
|
-
# on ads that the ad decision server (ADS) returns
|
2716
|
+
# on ads that the ad decision server (ADS) returns, and what priority
|
2717
|
+
# MediaTailor uses when inserting ads.
|
2693
2718
|
#
|
2694
2719
|
# @return [Types::PutPlaybackConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2695
2720
|
#
|
@@ -2785,6 +2810,8 @@ module Aws::MediaTailor
|
|
2785
2810
|
# resp.live_pre_roll_configuration.ad_decision_server_url #=> String
|
2786
2811
|
# resp.live_pre_roll_configuration.max_duration_seconds #=> Integer
|
2787
2812
|
# resp.log_configuration.percent_enabled #=> Integer
|
2813
|
+
# resp.log_configuration.enabled_logging_strategies #=> Array
|
2814
|
+
# resp.log_configuration.enabled_logging_strategies[0] #=> String, one of "VENDED_LOGS", "LEGACY_CLOUDWATCH"
|
2788
2815
|
# resp.manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
|
2789
2816
|
# resp.name #=> String
|
2790
2817
|
# resp.personalization_threshold_seconds #=> Integer
|
@@ -3477,7 +3504,7 @@ module Aws::MediaTailor
|
|
3477
3504
|
tracer: tracer
|
3478
3505
|
)
|
3479
3506
|
context[:gem_name] = 'aws-sdk-mediatailor'
|
3480
|
-
context[:gem_version] = '1.
|
3507
|
+
context[:gem_version] = '1.94.0'
|
3481
3508
|
Seahorse::Client::Request.new(handlers, context)
|
3482
3509
|
end
|
3483
3510
|
|
@@ -123,6 +123,7 @@ module Aws::MediaTailor
|
|
123
123
|
LogConfigurationForChannel = Shapes::StructureShape.new(name: 'LogConfigurationForChannel')
|
124
124
|
LogType = Shapes::StringShape.new(name: 'LogType')
|
125
125
|
LogTypes = Shapes::ListShape.new(name: 'LogTypes')
|
126
|
+
LoggingStrategy = Shapes::StringShape.new(name: 'LoggingStrategy')
|
126
127
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
127
128
|
ManifestProcessingRules = Shapes::StructureShape.new(name: 'ManifestProcessingRules')
|
128
129
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
@@ -192,6 +193,7 @@ module Aws::MediaTailor
|
|
192
193
|
__listOfAvailMatchingCriteria = Shapes::ListShape.new(name: '__listOfAvailMatchingCriteria')
|
193
194
|
__listOfChannel = Shapes::ListShape.new(name: '__listOfChannel')
|
194
195
|
__listOfLiveSource = Shapes::ListShape.new(name: '__listOfLiveSource')
|
196
|
+
__listOfLoggingStrategies = Shapes::ListShape.new(name: '__listOfLoggingStrategies')
|
195
197
|
__listOfPlaybackConfiguration = Shapes::ListShape.new(name: '__listOfPlaybackConfiguration')
|
196
198
|
__listOfPrefetchSchedule = Shapes::ListShape.new(name: '__listOfPrefetchSchedule')
|
197
199
|
__listOfScheduleAdBreak = Shapes::ListShape.new(name: '__listOfScheduleAdBreak')
|
@@ -308,10 +310,12 @@ module Aws::MediaTailor
|
|
308
310
|
|
309
311
|
ConfigureLogsForPlaybackConfigurationRequest.add_member(:percent_enabled, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "PercentEnabled"))
|
310
312
|
ConfigureLogsForPlaybackConfigurationRequest.add_member(:playback_configuration_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "PlaybackConfigurationName"))
|
313
|
+
ConfigureLogsForPlaybackConfigurationRequest.add_member(:enabled_logging_strategies, Shapes::ShapeRef.new(shape: __listOfLoggingStrategies, location_name: "EnabledLoggingStrategies"))
|
311
314
|
ConfigureLogsForPlaybackConfigurationRequest.struct_class = Types::ConfigureLogsForPlaybackConfigurationRequest
|
312
315
|
|
313
316
|
ConfigureLogsForPlaybackConfigurationResponse.add_member(:percent_enabled, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "PercentEnabled"))
|
314
317
|
ConfigureLogsForPlaybackConfigurationResponse.add_member(:playback_configuration_name, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationName"))
|
318
|
+
ConfigureLogsForPlaybackConfigurationResponse.add_member(:enabled_logging_strategies, Shapes::ShapeRef.new(shape: __listOfLoggingStrategies, location_name: "EnabledLoggingStrategies"))
|
315
319
|
ConfigureLogsForPlaybackConfigurationResponse.struct_class = Types::ConfigureLogsForPlaybackConfigurationResponse
|
316
320
|
|
317
321
|
CreateChannelRequest.add_member(:channel_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ChannelName"))
|
@@ -722,6 +726,7 @@ module Aws::MediaTailor
|
|
722
726
|
LiveSource.struct_class = Types::LiveSource
|
723
727
|
|
724
728
|
LogConfiguration.add_member(:percent_enabled, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "PercentEnabled"))
|
729
|
+
LogConfiguration.add_member(:enabled_logging_strategies, Shapes::ShapeRef.new(shape: __listOfLoggingStrategies, location_name: "EnabledLoggingStrategies"))
|
725
730
|
LogConfiguration.struct_class = Types::LogConfiguration
|
726
731
|
|
727
732
|
LogConfigurationForChannel.add_member(:log_types, Shapes::ShapeRef.new(shape: LogTypes, location_name: "LogTypes"))
|
@@ -1052,6 +1057,8 @@ module Aws::MediaTailor
|
|
1052
1057
|
|
1053
1058
|
__listOfLiveSource.member = Shapes::ShapeRef.new(shape: LiveSource)
|
1054
1059
|
|
1060
|
+
__listOfLoggingStrategies.member = Shapes::ShapeRef.new(shape: LoggingStrategy)
|
1061
|
+
|
1055
1062
|
__listOfPlaybackConfiguration.member = Shapes::ShapeRef.new(shape: PlaybackConfiguration)
|
1056
1063
|
|
1057
1064
|
__listOfPrefetchSchedule.member = Shapes::ShapeRef.new(shape: PrefetchSchedule)
|
@@ -166,13 +166,13 @@ module Aws::MediaTailor
|
|
166
166
|
# on ads that the ad decision server (ADS) returns.
|
167
167
|
#
|
168
168
|
# @!attribute [rw] streaming_media_file_conditioning
|
169
|
-
# For ads that have media files with streaming delivery
|
170
|
-
# what transcoding action MediaTailor
|
171
|
-
# the ADS. `TRANSCODE` indicates
|
172
|
-
# ads. `NONE` indicates that you
|
173
|
-
# outside of MediaTailor and don't
|
174
|
-
# the ad insertion workflow. For more
|
175
|
-
# conditioning see
|
169
|
+
# For ads that have media files with streaming delivery and supported
|
170
|
+
# file extensions, indicates what transcoding action MediaTailor takes
|
171
|
+
# when it first receives these ads from the ADS. `TRANSCODE` indicates
|
172
|
+
# that MediaTailor must transcode the ads. `NONE` indicates that you
|
173
|
+
# have already transcoded the ads outside of MediaTailor and don't
|
174
|
+
# need them transcoded as part of the ad insertion workflow. For more
|
175
|
+
# information about ad conditioning see
|
176
176
|
# [https://docs.aws.amazon.com/precondition-ads.html][1].
|
177
177
|
#
|
178
178
|
#
|
@@ -651,11 +651,29 @@ module Aws::MediaTailor
|
|
651
651
|
# The name of the playback configuration.
|
652
652
|
# @return [String]
|
653
653
|
#
|
654
|
+
# @!attribute [rw] enabled_logging_strategies
|
655
|
+
# The method used for collecting logs from AWS Elemental MediaTailor.
|
656
|
+
# To configure MediaTailor to send logs directly to Amazon CloudWatch
|
657
|
+
# Logs, choose `LEGACY_CLOUDWATCH`. To configure MediaTailor to send
|
658
|
+
# logs to CloudWatch, which then vends the logs to your destination of
|
659
|
+
# choice, choose `VENDED_LOGS`. Supported destinations are CloudWatch
|
660
|
+
# Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.
|
661
|
+
#
|
662
|
+
# To use vended logs, you must configure the delivery destination in
|
663
|
+
# Amazon CloudWatch, as described in [Enable logging from AWS
|
664
|
+
# services, Logging that requires additional permissions \[V2\]][1].
|
665
|
+
#
|
666
|
+
#
|
667
|
+
#
|
668
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AWS-logs-and-resource-policy.html#AWS-vended-logs-permissions-V2
|
669
|
+
# @return [Array<String>]
|
670
|
+
#
|
654
671
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ConfigureLogsForPlaybackConfigurationRequest AWS API Documentation
|
655
672
|
#
|
656
673
|
class ConfigureLogsForPlaybackConfigurationRequest < Struct.new(
|
657
674
|
:percent_enabled,
|
658
|
-
:playback_configuration_name
|
675
|
+
:playback_configuration_name,
|
676
|
+
:enabled_logging_strategies)
|
659
677
|
SENSITIVE = []
|
660
678
|
include Aws::Structure
|
661
679
|
end
|
@@ -669,11 +687,21 @@ module Aws::MediaTailor
|
|
669
687
|
# The name of the playback configuration.
|
670
688
|
# @return [String]
|
671
689
|
#
|
690
|
+
# @!attribute [rw] enabled_logging_strategies
|
691
|
+
# The method used for collecting logs from AWS Elemental MediaTailor.
|
692
|
+
# `LEGACY_CLOUDWATCH` indicates that MediaTailor is sending logs
|
693
|
+
# directly to Amazon CloudWatch Logs. `VENDED_LOGS` indicates that
|
694
|
+
# MediaTailor is sending logs to CloudWatch, which then vends the logs
|
695
|
+
# to your destination of choice. Supported destinations are CloudWatch
|
696
|
+
# Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.
|
697
|
+
# @return [Array<String>]
|
698
|
+
#
|
672
699
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ConfigureLogsForPlaybackConfigurationResponse AWS API Documentation
|
673
700
|
#
|
674
701
|
class ConfigureLogsForPlaybackConfigurationResponse < Struct.new(
|
675
702
|
:percent_enabled,
|
676
|
-
:playback_configuration_name
|
703
|
+
:playback_configuration_name,
|
704
|
+
:enabled_logging_strategies)
|
677
705
|
SENSITIVE = []
|
678
706
|
include Aws::Structure
|
679
707
|
end
|
@@ -2216,7 +2244,8 @@ module Aws::MediaTailor
|
|
2216
2244
|
#
|
2217
2245
|
# @!attribute [rw] ad_conditioning_configuration
|
2218
2246
|
# The setting that indicates what conditioning MediaTailor will
|
2219
|
-
# perform on ads that the ad decision server (ADS) returns
|
2247
|
+
# perform on ads that the ad decision server (ADS) returns, and what
|
2248
|
+
# priority MediaTailor uses when inserting ads.
|
2220
2249
|
# @return [Types::AdConditioningConfiguration]
|
2221
2250
|
#
|
2222
2251
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/GetPlaybackConfigurationResponse AWS API Documentation
|
@@ -2881,10 +2910,20 @@ module Aws::MediaTailor
|
|
2881
2910
|
# [1]: https://docs.aws.amazon.com/mediatailor/latest/ug/debug-log-mode.html
|
2882
2911
|
# @return [Integer]
|
2883
2912
|
#
|
2913
|
+
# @!attribute [rw] enabled_logging_strategies
|
2914
|
+
# The method used for collecting logs from AWS Elemental MediaTailor.
|
2915
|
+
# `LEGACY_CLOUDWATCH` indicates that MediaTailor is sending logs
|
2916
|
+
# directly to Amazon CloudWatch Logs. `VENDED_LOGS` indicates that
|
2917
|
+
# MediaTailor is sending logs to CloudWatch, which then vends the logs
|
2918
|
+
# to your destination of choice. Supported destinations are CloudWatch
|
2919
|
+
# Logs log group, Amazon S3 bucket, and Amazon Data Firehose stream.
|
2920
|
+
# @return [Array<String>]
|
2921
|
+
#
|
2884
2922
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/LogConfiguration AWS API Documentation
|
2885
2923
|
#
|
2886
2924
|
class LogConfiguration < Struct.new(
|
2887
|
-
:percent_enabled
|
2925
|
+
:percent_enabled,
|
2926
|
+
:enabled_logging_strategies)
|
2888
2927
|
SENSITIVE = []
|
2889
2928
|
include Aws::Structure
|
2890
2929
|
end
|
@@ -3079,7 +3118,8 @@ module Aws::MediaTailor
|
|
3079
3118
|
#
|
3080
3119
|
# @!attribute [rw] ad_conditioning_configuration
|
3081
3120
|
# The setting that indicates what conditioning MediaTailor will
|
3082
|
-
# perform on ads that the ad decision server (ADS) returns
|
3121
|
+
# perform on ads that the ad decision server (ADS) returns, and what
|
3122
|
+
# priority MediaTailor uses when inserting ads.
|
3083
3123
|
# @return [Types::AdConditioningConfiguration]
|
3084
3124
|
#
|
3085
3125
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PlaybackConfiguration AWS API Documentation
|
@@ -3383,7 +3423,8 @@ module Aws::MediaTailor
|
|
3383
3423
|
#
|
3384
3424
|
# @!attribute [rw] ad_conditioning_configuration
|
3385
3425
|
# The setting that indicates what conditioning MediaTailor will
|
3386
|
-
# perform on ads that the ad decision server (ADS) returns
|
3426
|
+
# perform on ads that the ad decision server (ADS) returns, and what
|
3427
|
+
# priority MediaTailor uses when inserting ads.
|
3387
3428
|
# @return [Types::AdConditioningConfiguration]
|
3388
3429
|
#
|
3389
3430
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PutPlaybackConfigurationRequest AWS API Documentation
|
@@ -3555,7 +3596,8 @@ module Aws::MediaTailor
|
|
3555
3596
|
#
|
3556
3597
|
# @!attribute [rw] ad_conditioning_configuration
|
3557
3598
|
# The setting that indicates what conditioning MediaTailor will
|
3558
|
-
# perform on ads that the ad decision server (ADS) returns
|
3599
|
+
# perform on ads that the ad decision server (ADS) returns, and what
|
3600
|
+
# priority MediaTailor uses when inserting ads.
|
3559
3601
|
# @return [Types::AdConditioningConfiguration]
|
3560
3602
|
#
|
3561
3603
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/PutPlaybackConfigurationResponse AWS API Documentation
|
data/lib/aws-sdk-mediatailor.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -93,11 +93,13 @@ module Aws
|
|
93
93
|
include ::Seahorse::Client::_ResponseSuccess[Types::ConfigureLogsForPlaybackConfigurationResponse]
|
94
94
|
def percent_enabled: () -> ::Integer
|
95
95
|
def playback_configuration_name: () -> ::String
|
96
|
+
def enabled_logging_strategies: () -> ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
|
96
97
|
end
|
97
98
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaTailor/Client.html#configure_logs_for_playback_configuration-instance_method
|
98
99
|
def configure_logs_for_playback_configuration: (
|
99
100
|
percent_enabled: ::Integer,
|
100
|
-
playback_configuration_name: ::String
|
101
|
+
playback_configuration_name: ::String,
|
102
|
+
?enabled_logging_strategies: Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
|
101
103
|
) -> _ConfigureLogsForPlaybackConfigurationResponseSuccess
|
102
104
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ConfigureLogsForPlaybackConfigurationResponseSuccess
|
103
105
|
|
data/sig/types.rbs
CHANGED
@@ -133,12 +133,14 @@ module Aws::MediaTailor
|
|
133
133
|
class ConfigureLogsForPlaybackConfigurationRequest
|
134
134
|
attr_accessor percent_enabled: ::Integer
|
135
135
|
attr_accessor playback_configuration_name: ::String
|
136
|
+
attr_accessor enabled_logging_strategies: ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
|
136
137
|
SENSITIVE: []
|
137
138
|
end
|
138
139
|
|
139
140
|
class ConfigureLogsForPlaybackConfigurationResponse
|
140
141
|
attr_accessor percent_enabled: ::Integer
|
141
142
|
attr_accessor playback_configuration_name: ::String
|
143
|
+
attr_accessor enabled_logging_strategies: ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
|
142
144
|
SENSITIVE: []
|
143
145
|
end
|
144
146
|
|
@@ -687,6 +689,7 @@ module Aws::MediaTailor
|
|
687
689
|
|
688
690
|
class LogConfiguration
|
689
691
|
attr_accessor percent_enabled: ::Integer
|
692
|
+
attr_accessor enabled_logging_strategies: ::Array[("VENDED_LOGS" | "LEGACY_CLOUDWATCH")]
|
690
693
|
SENSITIVE: []
|
691
694
|
end
|
692
695
|
|
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.94.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-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|