aws-sdk-mediatailor 1.93.0 → 1.94.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46e90916db7049ad3aaedeef1967aa53d0e02d7a2b675808664975ab2d25e148
4
- data.tar.gz: 262e1216c17010ae51b877e175a0fb6862c99fb34cd1b8b8d41992cb0f04871f
3
+ metadata.gz: bb9fa81ed846f44a3357cf1eb96a80ae900eb870d839e62d32a8dc2020c10546
4
+ data.tar.gz: 19187376d58469fb956726a8bdac08498ac59f5d512b7a2efc3fb178957ef8e8
5
5
  SHA512:
6
- metadata.gz: f1691c03ce17b3fee82a968adfc83a0fe8e646d3a2584ff39a5cdabe80d445d984489c69ea1cd6474a1dd76df28cee896753058a55b50d28fcd48ce043807d68
7
- data.tar.gz: 6342a26fc4f8f97b2909231621c4f202e9d189d01506cf19cb938cc437b63a9544d3a78721d9af6e7f05cfdc6cedfd063b5acfa2982ec185522a5464a9570bd0
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.93.0
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&lt;String&gt;
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.93.0'
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, indicates
170
- # what transcoding action MediaTailor it first receives these ads from
171
- # the ADS. `TRANSCODE` indicates that MediaTailor must transcode the
172
- # ads. `NONE` indicates that you have already transcoded the ads
173
- # outside of MediaTailor and don't need them transcoded as part of
174
- # the ad insertion workflow. For more information about ad
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
@@ -54,7 +54,7 @@ module Aws::MediaTailor
54
54
  autoload :EndpointProvider, 'aws-sdk-mediatailor/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediatailor/endpoints'
56
56
 
57
- GEM_VERSION = '1.93.0'
57
+ GEM_VERSION = '1.94.0'
58
58
 
59
59
  end
60
60
 
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.93.0
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-01-30 00:00:00.000000000 Z
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